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
List the features of java programming language.
What access modifiers can be used for variables?
What does sprintf mean?
What do you mean by default constructor in java?
How many functional interfaces does java 8 have?
What is object of class in java?
What are the ways to instantiate the class class?
What is the need of transient variables in Java ?
What are the different types of collections in java?
How many bytes is a string in java?
Explain methods specific to list interface?
What is the default execution method in java?
What is use of a abstract variable?
What do you understand by garbage collection in Java? Can it be forced to run?
What’s the difference between callable and runnable?