Java does not support multiple inheritance.
how interface helps in the same?
Answer Posted / narmada nelluri
Java does not suuport multiple inheritence through classes
we can acheive the same with interfaces that means a class
can implement more than one interface at a time.
| Is This Answer Correct ? | 31 Yes | 2 No |
Post New Answer View All Answers
Write a java program to count the number of words present in a string?
What are the differences between throw and throws?
Does substring start with 0?
How many wrapper classes are there in java?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
What are the kinds of polymorphism?
Is a boolean variable?
What is the base class of all exception classes in java?
What is the difference between the prefix and postfix forms of the ++ operator?
what is thread in Java ?
How do you remove duplicates from an array in java?
What are the 8 primitive data types in java?
Name component subclasses that support painting in java programming?
what is ststic with example
What is a class object?