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
What are the storage qualifiers?
Explain 'this' pointer and what would happen if a pointer is deleted twice?
How would you obtain segment and offset addresses from a far address of a memory location?
Difference between struct and class in terms of access modifier.
Explain operator overloading.
What is the difference between structures and unions?
How do you initialize a string in c++?
Describe exception handling concept with an example?
Explain rethrowing exceptions with an example?
What is iostream in c++ used for?
What is the main function c++?
write a programme to get a character and thier ASCII value
How would you find out if a linked-list is a cycle or not?
Explain how an exception handler is defined and invoked in a Program.
Why do we need constructors in c++?