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 object and example?
What is cohesion in oop?
Why do we use oops?
What are the two different types of polymorphism?
What is oops in simple words?
What is abstraction example?
Why it is called runtime polymorphism?
What is inheritance write a program to show use of inheritance?
Why do we use polymorphism?
What is coupling in oops?
What is oops with example?
is there any choice in opting subjects like 4 out of 7
What is ambiguity in inheritance?
Explain virtual inheritance?
What is encapsulation oop?