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 / srinivas
class A extends class B so that class A points the object
of object class through class B object. there fore it will
be called as maltilevel inheritence but not multipul
inheritence.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
What does super keyword do?
When do we use synchronized methods in java?
What is the default value of an object reference declared as an instance variable?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
Differences between C and Java?
What is java literals?
What is the difference between a constructor and a method?
What is string in java is it a data type?
what is server side caching?
What is hasnext in java?
if u open login & logout ,how can udisplay the timelogin & logout members ?
What is the use of default method in interface in java? Explain
Which is bigger float or double?
What is the purpose class.forname method?