Answer Posted / glibwaresoftsolutions
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 we need templates?
What does the linker do?
What is a template in c++?
Discuss the possibilities related to the termination of a program before entering the mainq method?
What is public, protected, private in c++?
What is wrapper class in c++?
What are c++ data types?
Why c++ is not a pure oop language?
What is the use of ::(scope resolution operator)?
How do you differentiate between overloading the prefix and postfix increments?
What will the line of code below print out and why?
Is java as fast as c++?
How would you implement a substr() function that extracts a sub string from a given string?
What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?
what are the events occur in intr activated on interrupt vector table