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
How do you achieve runtime polymorphism?
is there any choice in opting subjects like 4 out of 7
What is object and example?
Why do we use oops?
Is html an oop?
What is protected in oop?
What is debug class?what is trace class? What differences are between them? With examples.
What is basic concept of oop?
Why is static class not inherited?
What is encapsulation c#?
What is the benefit of oop?
Can an interface inherit a class?
What is difference between abstraction and encapsulation?
How do you define social class?
How is polymorphism achieved?