give me the defination of inheritance?
Answers were Sorted based on User's Feedback
inheritance means object of one class acquire the properties of objects of another class.
inheritance primarily for the purpose of code reuse.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / munis
one class property derived another class by using extends keyword
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / nidhi
inheritance is a aquer the base class property aquer the derived class property
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / vishal
Inheritance allows a class to inherit attributes and
behaviors (methods) of another class.This allows creation
of brand new classes by abstracting out common attributes
and behavior.
The idea of inheritance is to go from general to specific
by factoring out commonality.
1.Code Reuse
2.Better overall design by organizing classes
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / yuvi
An inheritance is money or property which you receive from
someone who has died.
like: she feared losing her inheritance to her stepmother.
or your inheritance is the particular characteristics or
qualities which your family or ancestors had and which you
are born with
like: Eye colour shows you genetic inheritance.
| Is This Answer Correct ? | 1 Yes | 2 No |
What two types of containers does the stl provide?
what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?
write a c++ to define a class box with length,breadth and height as data member and input value(),printvalue() and volume() as member functions.
what is template and type convertion
WHAT IS THE DIFFERENCE BETWEEN C++ AND VC++
What is a standard template library (stl)?
What do you mean by stl?
how to get the sum of two integers?
What is stl stack?
What Is Operator Overloading in C++?
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the total number of disk writes by MySQL.
Name the different types of stl containers.