Programming Tutorials

Comment on Tutorial - Method Override sample in Java By Ganesh Iyer



Comment Added by : renuka

Comment Added at : 2012-08-29 15:08:33

Comment on Tutorial : Method Override sample in Java By Ganesh Iyer
i have a problem ie., Animal is the super class and Dog is the sub class, is it possible to create object in this manner, "Animal A=new Dog", if yes, how we can do this?

View Tutorial