how an we achive multiple inhetitance in java using
interface..??
Answer Posted / sindhu
In Java Multiple Inheritance can be achieved through use of Interfaces by implementing more than one interfaces in a class.
| Is This Answer Correct ? | 19 Yes | 0 No |
Post New Answer View All Answers
What is thread life cycle in java?
What is __ init __ functions?
What type of language is java?
What is scope & storage allocation of global and extern variables? Explain with an example
How can we make sure main() is the last thread to finish in java program?
How does hashset work in java?
Why isn’t there operator overloading?
Why javac is not recognized?
Differentiate storage classes on the basis of their scope?
What is the default value of float and double datatype in java?
Write a java program to generate fibonacci series ?
What is class forname used for?
In the below example, how many string objects are created?
How to optimize the javac output?
Define an abstract class with reference to java.