Published on Tue, 04 Sep 2007 14:26:07 -0400 Read: 1503 times
This program comprises of using a inhertance in java as shown in the program. A is the class, B is the another class. class A is inherited by the class B.
Published on Tue, 04 Sep 2007 14:44:57 -0400 Read: 3402 times
This is a multilevel inhertance in java where number of methods can be created and accessed any where in the class a1 in the main class is the new object. here class A is inherited by both B and C i and j can be accessed from the method lmn.