Can you write Java code for declaration of multiple
inheritance in Java ?
Answer Posted / basavaraj
s....u can do....
i think u can do by..
writing innerclass n impementing interface...
class A extends B
{
class test2{
}
}
here, test2 is innerclass which can inherits the properies
of A as well as B...
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
Write a program to show synchronization?
What event results from the clicking of a button?
Java is fully object oriented languages or not?
What are the different methods of identifying an object?
What is an abstract method?
Why use POJO when I can use hashmap
What is JTS?
What method is invoked to cause an object to begin executing as a separate thread?
How to pass parameters in RMI?
What is abstract schema?
What is a clone?
What is mdb and what is the special feature of that?
Which containers use a border layout as their default layout?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What is in-memory replication?