answersLogoWhite

0

Answer

the biggest advantage lies in creation of reusable code by programmers, you dont care about the specific objects used just like driving a car without knowing what plugs are in the engine. multiple forms of one object are called in the same way

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

What is a relationship in following a-polymorphism b-inheritance c-overloading d-none of these options?

Inheritance.


3 pillars of object oriented programming?

abstraction, inheritance, encapsulation, and polymorphism.


Can you have inheritance without polymorphism?

Yes. Inheritance and polymorphism are two different things. Inheritance is when the attributes and methods of a class are inherited by a deriving class that creates a more specialized type. Polymorphism is when two methods exist with the same name, differing only in argument types, or in class type. The former type, argument types, is an example of ad-hoc polymorphism that does not even require a class.


What are the benefits and application of OOP?

Encapsulation, inheritance, polymorphism and abstraction.


What are the characteristics of OOPS?

Data Encapsulation, Abstraction, Inheritance, Polymorphism


Examples for oops concepts?

polymorphism,inheritance,encapsulation,objects,classes


How is run time polymorphism accomplished?

Through inheritance and virtual functions.


What are the advantages and disadvantages of inheritance tax?

An advantage of the inheritance tax is that it raises money for the government. A disadvantage is that people that inherit property may not have the means to pay the taxes on the items.


What are the basic concept of object oriented programming language?

Inheritance Encapsulation Polymorphism Abstraction


What are the various elements of Object oriented programming?

Encapsulation, data hiding, inheritance and polymorphism.


What is oops.explain briefly the elements of oops?

if any system supports for abstraction,encapsulation,inheritance and polymorphism.


What are the features of object oriented program?

The features of object oriented programming are Abstraction, Encapsulation, Polymorphism & Inheritance