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 problems might the following macro bring to the application?
Discuss the possibilities related to the termination of a program before entering the mainq method?
What you know about structures in C++?
0 Answers Agilent, ZS Associates,
What is a set in c++?
What is a storage class? Mention the storage classes in c++.
What is data structure in c++?
Why is it necessary to use a reference in the argument to the copy constructor?
What are the debugging methods you use when came across a problem?
How do you initialize a string in c++?
Differentiate between the message and method?
Define private, protected and public access control.
Why do we need templates?