Is java supports multiple inheritance? explain?
Answer Posted / samuelj/samsjjj@gmail.com
java does not support inheritance so we can use Interface
interface contains the abstract methods
Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is difference between java and java ee?
Can we overload final method in java?
What is an infinite loop in java? Explain with an example.
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
Can we have this () and super () together?
What is difference between final and finally in java?
What best practices should you follow while writing multithreaded code in java?
What restrictions are placed on method overloading in java programming?
What is string in java with example?
What is a parameter example?
What are the steps involved to create a bean?
What is exception in java?
When arithmeticexception is thrown?
Can a class extend 2 classes in java?
What is this () in java?