Example for 4 pillar of oops like,
Inheritance,Poly,Abstraction,Encabsulation ?
Answer Posted / 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 |
Post New Answer View All Answers
What is meant by multiple inheritance?
What are the three parts of a simple empty class?
Why do we use polymorphism in oops?
What is oops with example?
How do you achieve runtime polymorphism?
How many human genes are polymorphic?
Can you inherit a private class?
What does it mean when someone says I oop?
What is encapsulation in simple terms?
what are the realtime excercises in C++?
How long to learn object oriented programming?
Why is encapsulation used?
What is byval and byref? What are differences between them?
What is meant by oops concept?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?