Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Waht is inheritance

Answers were Sorted based on User's Feedback



Waht is inheritance ..

Answer / shilpa

inheritance is the extention of one class into another class

Is This Answer Correct ?    5 Yes 0 No

Waht is inheritance ..

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

Waht is inheritance ..

Answer / neema

inheritance is way to access the properties of super class

Is This Answer Correct ?    3 Yes 0 No

Waht is inheritance ..

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

Waht is inheritance ..

Answer / bharghavi

the ability to acquire base class properties is called
inheritance

Is This Answer Correct ?    0 Yes 0 No

Waht is inheritance ..

Answer / vithika

inheritance is a machenism for deriving a new from its old.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More STL Interview Questions

write a program to search and display the position of an element in a single-dimentional array using function.

1 Answers  


why does the execution of a c++ program start with main()???

11 Answers  


In what scenario does the Logical file and Physical file being used?

0 Answers   informatics,


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?"

2 Answers  


Give the output of the following program main() {char *p='a'; int *i=100/*p; } what will be the value of *i= 1

6 Answers   Sun Microsystems,


What is the use of stl?

0 Answers  


In what cases using of a 'template' is a better approach then using of a 'base class'?

6 Answers   Lucent, Mind Tree, Wipro,


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 "

1 Answers  


what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?

6 Answers  


Which data structure gives efficient search? A. B-tree B. binary tree C. array D. linked list

21 Answers   ABC, Sun Microsystems,


sir please send me bpcl previous question papers

0 Answers   BPCL Bharat Petroleum,


write a program that input four digit number and find how many 7 that number contains

4 Answers  


Categories