how can be object class inherited to all class in a program
when java does not support multiple inheritance??
Answer Posted / ashok yadav
A class always extends only one class. That is the Object
class or the class defined with the extends keyword. That
class in turn can extend also only one class until eventual
the Object class is reached.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is integers and example?
Can the garbage collection be forced by any means?
What does the append?
Why do we use threads in java?
What is lambda in java?
What is object english?
what is difference betweem home interface and remote interface?
What is get () in java?
Why collection doesn’t extend cloneable and serializable interfaces?
What are pass by reference and pass by value?
Is namespace same as package in java?
How we can declare a static variable?
What is the char data type?
What is difference in between java class and bean?
What are the different types of inheritance in java?