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

Which language is pure oop?

0 Answers  


Can a varargs method be overloaded?

0 Answers  


What is encapsulation process?

0 Answers  


What is operator overloading? Give Example

11 Answers   CTS, IBM, TCS,


I have One image (means a group photo ) how to split the faces only from the image?............ please send the answer nagadurgaraju@gmail.com thanks in advace...

0 Answers  






Polymorphism with an example?

8 Answers   Accenture, emc2,


How do you make derived class as an abstract class?

1 Answers   Convergys, TCS,


Tell us about yourself.

47 Answers   ABB, Amazon, Fidelity, Flextronics, Franklin Templeton, HCL, Hexaware, IBM, Impetus, Infosys, Reliance, Rofous, Silgate, Sutherland, TCS, Thomson Reuters, Virtusa, Wipro,


ambiguity regulation of multiple inheritance with example.

1 Answers  


any one please tell me the purpose of operator overloading

0 Answers   Amazon,


difference between structure and union.

2 Answers   ADP, Convergys,


How do you achieve runtime polymorphism?

0 Answers  


Categories