What is multiple inheritance & can we implement it in java?
Answer Posted / arnab
When a particular class has properties of more than one
class it is called multiple inheritance.
Since c++ like implementation of multiple inheritance programs
is difficult, and adds complexity to the language, java
provides an alternative approach known as interface to
support the concept of multiple inheritance.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an
Can we force the garbage collection to run?
What does opcode mean?
what is a thread pool in java and why is it used?
Explain enumeration in java?
Do I need java for windows 10?
How will you serialize a singleton class without violating singleton pattern?
explain copyonwritearraylist and when do we use copyonwritearraylist?
When is the garbage collection used in Java?
what is enumset?
Is the milky way in a void?
What is finalize method?
How do you escape sequences in java?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
Explain java coding standards for constants?