Example for 4 pillar of oops like,
Inheritance,Poly,Abstraction,Encabsulation ?

Answers were Sorted based on User's Feedback



Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?..

Answer / bapi

INHERITANCE:It is a process through which one class
accuries the properties of another class.
ENCAPSULATION:It is a mechanisim through which we can bind
data and code in a single unit and it privents to access
out side of the world.
POLYMORPHISM:Ability to take more than one form.
ABSTRACTION:It focous the assiential characteristics of an
object.

Is This Answer Correct ?    42 Yes 2 No

Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?..

Answer / sanjeevkumar.v

data hiding,
INHERITANCE-- aquring base class property to derived class
POlYMORPHISM-- defferent form of functions
ENCAPSULATION-the wrapping of data is a single unit is
called as encapsulation
abstraction--the grouping of data is abstraction

Is This Answer Correct ?    23 Yes 6 No

Example for 4 pillar of oops like, Inheritance,Poly,Abstraction,Encabsulation ?..

Answer / sikendar

Inheritance is nothing but,it is mechanism of driving a new class from base class.

Is This Answer Correct ?    13 Yes 7 No

Post New Answer

More OOPS Interview Questions

What is a linked list?

10 Answers   IBM, Neural Info,


What is methods in oop?

0 Answers  


What exactly is polymorphism?

0 Answers  


What is the diamond problem in inheritance?

0 Answers  


if u write a class do u write Assignment operator and copy constructor

1 Answers   Siemens,


4. What do you mean by a prototype? Define analysis prototype

1 Answers  


How many types of access specifier in c# and vb.net?

1 Answers   Infosys,


create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.

2 Answers   CTS, Delhi University,


What language is oop?

0 Answers  


What is a class in oop?

0 Answers  


what is the difference between inter class and abstract class...?

0 Answers  


Write a program in c++ to read two floating point numbers and find their sum and average.

2 Answers  


Categories