Answer Posted / hr@tgksolutions.com
Inheritance allows one class (derived class) to acquire the properties and methods of another class (base class). Types: single, multiple, multilevel, hierarchical, hybrid.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do you use the namespace feature?
What is the type of 'this' pointer?
What is the basic structure of c++ program?
What is an adaptor class in c++?
What are advantages of c++?
Difference between struct and class in terms of access modifier.
When is the copy constructor called?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What are the important differences between c++ and java?
What is the full form of india?
What is the purpose of extern storage specifier?
What are the extraction and insertion operators in c++? Explain with examples.
When can I use a forward declaration?
Is c++ a programming language?
What does the following do: for(;;) ; a) Illegal b) Loops forever c) Ignored by compiler...not illegal