What is multiple inheritance & can we implement it in java?
Answer Posted / madhan kumar.s
multiple inheritance means more base class to one derived
class.java does not support multiple inheritance
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain restrictions for using anonymous inner classes?
What is a control variable example?
How can constructor chaining be done using this keyword?
What is an infinite loop in java? Explain with an example.
What is methodological theory?
Explain heap sort?
How to instantiate static nested classes in java?
What is the difference between access specifiers and access modifiers in java?
What's the purpose of static methods and static variables?
What is array pointers ?
What is meant by 'Class access modifiers'?
How do we access static members in java?
What one should take care of, while serializing the object?
What happens when heap memory is full?
Can we override the static methods?