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 are the advantages of polymorphism?
What is encapsulation with example?
What is the purpose of polymorphism?
What is the difference between static polymorphism and dynamic polymorphism?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
i got a backdoor offer in process global,Bangalore..Can i work with it?
What is inheritance and how many types of inheritance?
Why do we use oops?
What is encapsulation c#?
What is constructor overloading in oop?
What is the difference between procedural programming and oops?
Is oop better than procedural?
What is an example of genetic polymorphism?
What is oops with example?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction