Answer Posted / meenu kathuria
Multiple Inheritance:
to acquire properties of two or more classes in a single class.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Is swift a good first language?
Describe friend function & its advantages.
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
What is the full form of dos?
What are the advantages of pointers?
What is the purpose of ios::basefield in the following statement?
Differentiate between a constructor and a method in C++.
What is expression parser in c++
What is data hiding c++?
What is a pointer with example?
Array base access faster or pointer base access is faster?
Is arr and &arr are same expression for an array?
What header file is needed for exit(); a) stdlib.h b) conio.h c) dos.h
Difference between a homogeneous and a heterogeneous container
How can we access protected and private members of a class?