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 a 16 bit word?
Differentiate between overriding and overloading cases?
Is array synchronized in java?
Which method cannot be overridden in java?
Why we use multi threading instead of multiprocessing?
Differences between traditional programming language and object oriented programming language?
What are the differences between processes and threads?
What are selection structures?
What is the basic difference between string and stringbuffer object?
What is the difference between abstract classes and interfaces?
What is java full form?
What is member in java?
How can we use primitive data types as objects?
What is return data type?
Differentiate between postfix and prefix operators in java.