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
What is jit compiler ?
What is the purpose of skeleton and stub?
What is the intersection and union methods?
Does java support multiple inheritance or not?
Define an abstract class with reference to java.
Discuss different types of errors that generally occur while programming.
Explain the difference between collection api and stream api in java8?
What are the three parts of a lambda expression?
What do you mean by checked exceptions?
Give reasons supporting that string is immutable.
Explain the difference between an Interface and an Abstract class?
Define an enumeration?
What is compareto?
Difference between string s= new string (); and string s = "abv";?
Which is dependent variable?