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
How many types of methods are there?
What is an empty class? What functionality does it offer in Java?
What is an empty list in java?
List implementations of list interface?
What is difference between c++ and java ?
How do you decide when to use arraylist and linkedlist?
In the below example, what will be the output?
Can we execute a program without main() method?
what is a green thread? : Java thread
Write java program to reverse string without using api?
What's the difference between an abstract class and interface in java?
Can list be null in java?
What is instance means in java?
Does constructor creates the object ?
Explain about transient variables in java?