What is multiple inheritance ?
Answer Posted / aswini.s
one derived class with several base class.
| Is This Answer Correct ? | 29 Yes | 6 No |
Post New Answer View All Answers
what is difference between class template and template class?
Advantage and disadvantage of routing in telecom sector
How do you achieve runtime polymorphism?
What is overriding in oop?
Where You Can Use Interface in your Project
What does enum stand for?
How to improve object oriented design skills?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What are main features of oop? Write a program to sort the number with different sorts in
one program ??
Which type does string inherit from? What is object in oop with example? Can we have inheritance without polymorphism? What is Difference Between Inheritance and creating object
and getting data? means
Class A extends B{
B.getMethod();}
(OR)
Class A{
b obj=new B();
obj.getMethod();
} What are the three main types of variables?