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
What is the primitive type byte?
What is null in java?
Define immutable object?
How do you escape sequences in java?
What data type is true or false?
What is backdrop?
What does sprintf mean?
Explain the importance of finally block in java?
Does java have extension methods?
Are floats faster than doubles?
Differentiate between array list and vector in java.
What are the data types supported by java?
How do you stop a thread in java?
Difference between object and reference?
Is a boolean 1 bit?