Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-1191990

subclass of abstract class is not considered abstract

XMLWordPrintable

    • 1.0alpha2
    • sparc
    • solaris_2.4
    • Not verified

      The following program compiles. It should not be possible to instanciate
      the abstract class Bar.

      interface FooIntf {
          int foo();
      }
      class Foo implements FooIntf {
      }
      class Bar extends Foo {
          static Bar b = new Bar();
      }

            ahoffsunw Arthur Hoff (Inactive)
            ahoffsunw Arthur Hoff (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: