Originally posted by catherine matthews:
Does java provide ways to do multiple inheritance? How class B inherit both class A and class B.
About multiple inheritance Sanjaya gave you solution. And about
How class B inherit both class A and class B
No A class cann't extend more then 1 class at a time.
But you misspelt somewhere.
Are you menat this
A class is implicitly inherit ownself
Come up with clear confusion