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 |
write a program that will accept a number and print.its equivalent in words the maximum input number is 9999
write a c++ program to create an object of a class called employee containing the employee code name designation basic salarry HRA Da gross salary as data 10 such objects "members process "
In what scenario does the Logical file and Physical file being used?
Diffrernce Between Overloading and Overriding?
What is stl in oop?
Write a program to print the swapping in two no and using three variable.
What Is Operator Overloading in C++?
How to write a function that goes through an array of characters and eliminates any elements that are not letters (Legal letters can be either in an uppercase or a lowercase format.) The function removeNonLetters should return the new effective size of the array as the result.
Write a program in C++ to concatenate two strings into third string using pointers
What is the use of stl?
How does an stl file work?
how to overload << and >> operator in c++