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 different between oops and c++
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What are the components of marker interface?
What is abstraction encapsulation?
Which method cannot be overridden?
What is oops with example?
What is abstraction in oops?
What is constructor in oop?
What is static in oop?
What exactly is polymorphism?
What is the oops and benefits of oops programming?
What is protected in oop?
What is polymorphism in oops with example?
What is property in oops?
What is the difference between a mixin and inheritance?