Yurttas/PL/OOL/Java/F/04/01/02/index page

From ZCubes Wiki
Jump to navigation Jump to search
Dr. Salih Yurttas - yurttas@zcubes.com
programming languages - design principles, implementation constructs
java

  1. inheritance
    1. extends, implements
      • A.java
        [ super class ]
      • A00.java
        [ application class with an instance of A ]
      • B.java
        [ extended class ]
      • B00.java
        [ application class with an instance of B ]
      • AB00.java
        [ application class with an instance of A followed by B instance ]
      • BA00.java
        [ application class with an instance of B followed by A instance ]

1 | 2 | exceptions << 4 >> ui | 6 | 7 | 8 | 9