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
Which method cannot be overridden in java?
What is anagram word?
hr interview how many minutes asking question
What are the characteristics of java?
What is nested interface?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
Explain the hierarchy of java exception classes?
What is the function of static in java?
When we serialize an object does the serialization mechanism saves its references too?
What is the default value of local and global variables?
How many ways can you break a singleton class in java?
Are true and false keywords?
What is queue in java?
How destructors are defined in java?
If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?