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...


What are the advantages of inheritance?

Answers were Sorted based on User's Feedback



What are the advantages of inheritance?..

Answer / sai

Reusability means making it usable again

Is This Answer Correct ?    5 Yes 0 No

What are the advantages of inheritance?..

Answer / maragatham

inheritance helps to avoid writing code again and again.
it helps us to reduce the size of the code

Is This Answer Correct ?    4 Yes 0 No

What are the advantages of inheritance?..

Answer / george tsiga

1. Promotes reusability
2. Helps in better abstraction, thereby resulting in better
design.
3. Eliminates duplication of code

Is This Answer Correct ?    2 Yes 0 No

What are the advantages of inheritance?..

Answer / parna mazumdar

1.Reusability

2.Extendibility

3.Maintainability

Is This Answer Correct ?    1 Yes 0 No

What are the advantages of inheritance?..

Answer / raju

inheritence provides less code.and we can add the further enhancement of code with out modifying the parent class.and with this it provides code reusebulity.

Is This Answer Correct ?    1 Yes 0 No

What are the advantages of inheritance?..

Answer / siddhartha

The advantage of inheritance are:
1.Reusability
2.Code sharing
3.Software component
4.Information hiding
5.Rapid prototyping

Is This Answer Correct ?    1 Yes 0 No

What are the advantages of inheritance?..

Answer / malar

It helps to acquire the features of base class.

Is This Answer Correct ?    0 Yes 0 No

What are the advantages of inheritance?..

Answer / haneet kaur

1. Reuse of existing code and program functionality: the program does not have to write and re-write the same code for logically same problem.
2. Less labour intensive: the programmers do not have to rewrite the same long similar program just because the application to be developed has slightly different requirements.
3. Well organised. the object are well organised in a way that they follow some hierarchy.

Is This Answer Correct ?    1 Yes 1 No

What are the advantages of inheritance?..

Answer / krish

fine all the above answers saying inheritance is mainly used to reusing the code so development time reduses.ok fine

to reuse the already created class we can use reference of that class directly. then why we go for the inheritance?.

i think by using object references complexity will increases.It creates confusion to users.
and by creating reference another object is created. so memory wastage here.

i don't know exactly .....If there r any answers please post.

Is This Answer Correct ?    0 Yes 0 No

What are the advantages of inheritance?..

Answer / qureshi s.

In inheritance , we acquire or inherite the properties of
existing class. i.e here reusability is occur which means
that we can add the additional feauters into an existing
class without modifying it.

inheritance saves the programmer time and effort. written
can be reused in various situations as needed.

It Increases Program Structure which results in greater
reliability.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

what is new operator in c++

1 Answers  


What is DeadlyDiamondDeathProblem ?

1 Answers  


In what situation factory design patterns,DAO design patterns,singleton design patterns should be applied.?

2 Answers  


What does and I oop and sksksk mean?

0 Answers  


What is an example of genetic polymorphism?

0 Answers  


What is the output of the following code: int v() { int m=0; return m++; } int main() { cout<<v(); } 1) 1 2) 0 3) Code cannot compile

4 Answers  


What is the real time example of encapsulation?

0 Answers  


What is late bound function call and early bound function call? Differentiate.

2 Answers   Ness Technologies,


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 maximum number of concurrent threads that the InnoDB plug-in can create.

1 Answers  


what are the ways in which a constructors can be called?

2 Answers   TCS,


what is function over loading?

5 Answers  


Conversion from a basic type to a class type may be achieved using______________

5 Answers   HCL,


Categories