Class A extends Class B but Class A also inherit Super Class
Object so it is multiple inheritence give reason in support of
your answer
Answer Posted / sandhya reddy
For every class, Object class is the super class.
class A extends class B and at the same time class A is sub
class of object class and super class of class B. But class
B is only sub class of Class A. SO here MultiLevel
Inheritance is happening not multiple inheritance happen.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What invokes a thread's run() method in java programming?
How do you include a string in java?
How many types of memory areas are allocated by JVM in java?
Explain about main thread in java?
what do you understand by synchronization? : Java thread
What is the numeric promotion?
Explain the difference between treeset and treemap in java?
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
What are the different types of inner classes?
Explain about static imports in java?
Can static methods be inherited?
What is a parameter used for?
Tell us something about different types of casting?
Why char array is favored over string for the storage of passwords?
What are serialization and deserialization?