Waht is inheritance
Answers were Sorted based on User's Feedback
Answer / shilpa
inheritance is the extention of one class into another class
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / priya
inheritance is process by which one acquire the properties
of another class.
In this concept there are base class and derived class
base class is also called super class ,parent class &
derived class is also called subclass,child class.
there are 5 types of inheritance
1.single inheritance
2.multiple inheritance
3.multilevel inheritance
4.hierarchical inheritance
5.hybrid inheritance
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / dilip
Deriving a new class from existing base class is known to be
inheritance.The new derived class will have the functions of
the base class.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / bharghavi
the ability to acquire base class properties is called
inheritance
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vithika
inheritance is a machenism for deriving a new from its old.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is stl open source?
why & sign is used in copy constructor
if x<>=z then statement end what is the cyclomatic complexity
Assume I have a linked list contains all of the alphabets from "A" to "Z?" I want to find the letter "Q" in the list, how does you perform the search to find the "Q?"
What is stl language?
Write a program in C++ to concatenate two strings into third string using pointers
Define stl.
Write a program to print the swapping in two no and using three variable.
What is a list in c++ stl?
what are you now programming Languages C+
Explain stl.
What two types of containers does the stl provide?