Tuesday, November 29, 2011

Why the multiple inheritance is not possible in java and if possible HOW??

Let me explain with a example. :not possible using classes.:Actually, multiple inheritance is not possible in Java. This can be achieved through interface.:The Example of method funX()can be resolved using class object reference like y.funX().
Category:Java Interview Questions

No comments:

Post a Comment