Hi Friends
Is Multiple Inheritance existing in Java ?Yes or No ?
Thanks....
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Nov 16, 2011, 11:56 AM
A class in Java can't inherit from more than one class though it can implement multiple interfaces.
AartiPosted Nov 17, 2011, 3:57 AM