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


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 multilevel inheritance explain with example?

0 Answers  


How do you explain polymorphism?

0 Answers  


write a program to print * * * * * *

2 Answers  


What do you mean by Encapsulation?

0 Answers   Ittiam Systems,


What is design patterns in C++?

2 Answers   Persistent,


c++ program to swap the objects of two different classes

0 Answers  


What is an object?

14 Answers   HCL,


Can we create object of interface?

0 Answers  


When is it necessary to use member-wise initialization list in C++?

2 Answers   Adobe,


What is sub classing in c++?

1 Answers  


write a short note on Overloading of Binary Operator?

2 Answers  


what is difference between c++ language and java language

5 Answers  


Categories