Explain the concept of inheritance in C++.
Answers were Sorted based on User's Feedback
Answer / nashiinformaticssolutions
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 |
Answer / 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 |
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 |
What is a virtual destructor?
What is a set in c++?
What is functions syntax in c++?
Why namespace is used in c++?
Can char be a number c++?
What is a mutex and a critical section.Whats difference between them?How do each of them work?
What is the difference between = and == in C?
20 Answers Christ University, Intel,
Can a program run without main function?
Can you please explain the difference between using macro and inline functions?
What are static and dynamic type checking?
What is c++ in english?
Why is c++ not purely object oriented?