Answer Posted / suresh aelidhe
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?
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Can we have a method name same as class name in java?
What is an interoperable application in java ?
Can set contain duplicates?
What does the exclamation mark mean in java?
How many types of constructors are used in java?
Why put method is used?
How do you check if a string contains only numeric digits?
How many bytes is a url?
Which number is denoted by leading 0x or 0x in java?
why java does not support unsigned keyword?
What is the difference between static class and normal class?
Why there are some null interface in java? What does it mean?
What is a parameter in java?
What is exception in java?
What are the difference between composition and inheritance in java?