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

Revision as of 13:02, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<div class="divone"><span class="h4"> Dr. Salih Yurttas - [mailto:yurttas@zcubes.com yurttas@zcubes.com ] </span></div><div class="divone"><span class="h3"> programming lang...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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