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
What are the syntactic rules to be avoid ambiguity in multiple inheritance?
Specify different types of decision control statements?
What are the advantage of using register variables?
. If employee B is the boss of A and C is the boss of B and D is the boss of C and E is the boss of D. Then write a program using the Database such that if an employee name is Asked to Display it also display his bosses with his name. For eg. If C is displayed it should also display D and E with C?
What is the limitation of cin while taking input for character array?
Should you pass exceptions by value or by reference?
When are exception objects created?
Difference between overloaded functions and overridden functions
How do you declare A pointer to a function which receives nothing and returns nothing
What is conditions when using boolean operators?
How to declaring variables in c++?
program explaining feautures of c++
What are static member functions?
What is a type library?
What do you mean by early binding?