Answer Posted / kalaivani
yes, eventhough java is object oriented it doesn't support
the multiple inheritance overcome this we use interface
| Is This Answer Correct ? | 10 Yes | 21 No |
Post New Answer View All Answers
What is ambiguity in inheritance?
What is use of overloading?
What are different oops concepts?
What is this pointer in oop?
Explain the advantages of inheritance.
Why is encapsulation used?
Write a program to sort the number with different sorts in one program ??
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
Why multiple inheritance is not allowed?
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is polymorphism programming?
What is destructor oops?
What is polymorphism and types?
What is overloading in oops?
What are the three main types of variables?