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 is &x in c++?
What is a NULL Macro? What is the difference between a NULL Pointer and a NULL Macro?
What are the different types of polymorphism in c++?
What are the advantages of c++?
Describe private, protected and public – the differences and give examples.
Is there any difference between int [] a and int a [] in c++?
What is a class template in c++?
Write some differences between an external iterator and an internal iterator?
Function can be overloaded based on the parameter which is a value or a reference. Explain if the statement is true.
Assume studentNames and studentIDs are two parallel arrays of size N that hold student data. Write a pseudocode algorithm that sorts studentIDs array in ascending ID number order such that the two arrays remain parallel.
What is meant by const_cast?
What are the two main components of c++?
Mention the purpose of istream class?
Is map ordered c++?
What gives the current position of the put pointer?