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
what is object-oriented programming in java?
What function extracts specified characters from a string?
What is boolean example?
What is the range of the short type?
How do you break a loop?
What is the original name of java?
what methods would you overwrite in java.lang.object class?
What is Java Annotations?
What must a class do to implement an interface in java programming?
How do you find the independent variable?
Explain reverse a linked list iterative solution in java?
What is anonymous inner class?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
What is the meaning of immutable regarding string?
How to sort list of list in java?