Programming Tutorials

Comment on Tutorial - Abstract classes in Java By Kamini



Comment Added by : nagaraj

Comment Added at : 2012-04-25 17:12:30

Comment on Tutorial : Abstract classes in Java By Kamini
if a class is declared as abstract and it contains two abstract methods those methods should be called in the subclass and it is known as overriding the abstract method

abstract method can be override and it also be inherited.
by nagaraj


View Tutorial