What is multiple inheritance ?
Answer Posted / shivaramraje nimbalkarjoshi
The mechanism in which , A Call which is created my
deriving more than one classes is called Multiple
Inheritance.
Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
What is encapsulation with real life example?
Prepare me a program for the animation of train
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(); }
How does polymorphism work?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What is the important feature of inheritance?
What is object-oriented programming? Webopedia definition
Can we override main method?
What is encapsulation example?
What is difference between polymorphism and inheritance?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout<
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is the difference between a constructor and a destructor?
What is inheritance in oop?