Programming Tutorials

Comment on Tutorial - Multiple Inheritance sample in Java By Paawan Chaudhary



Comment Added by : IHM

Comment Added at : 2013-11-04 08:18:46

Comment on Tutorial : Multiple Inheritance sample in Java By Paawan Chaudhary
How can you say this as multiple inheritance.....

you are extending Student class for Result class and implementing an interface...then the Result class has method definition for method declared in that interface... This is multilevel inheritance....Sorry....not even multilevel....its just single inheritance... Correct me if I am wrong...


View Tutorial