Answer Posted / karthik
"Can some one explain about this case.
-> A is a super class and B extends from A.
-> java.lang.Object is super class for all classes.
now in this case B extends from A and B extend from java.lang.Object(because is default super class) then it is multiple inheritence right? "
Mr Suresh Aelidhe,
If a class extends any other class then it wont extends Object class
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can you say java is object oriented?
What is java in layman terms?
What is numeric function?
Define how objects are stored in java?
What is the difference between variable declaration and variable initialization?
What is a dynamic array in java?
What is string buffer?
What is nan inf?
Does java trim remove newline?
What do you mean by object?
What are extraneous variables examples?
What is the difference between static method and instance method in Java?
What is the replace tool?
What is the difference between an argument and a parameter?
What are class members by default?