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
Describe Trees using C++ with an example.
What is the full form of stl in c++?
Explain class invariant.
What is the difference between #import and #include in c++?
When should you use global variables?
What is the fastest c++ compiler?
What are c++ files?
What are the advantages of early binding?
What is a syntax in c++?
What are the 2 main types of data structures?
What parameter does the constructor to an ofstream object take?
What is namespace std; and what is consists of?
What is pointer to member?
What is searching? Explain linear and binary search.
Is c++ high level programming language?