Example for 4 pillar of oops like,
Inheritance,Poly,Abstraction,Encabsulation ?
Answer Posted / 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 |
Post New Answer View All Answers
What is polymorphism and types?
What is inheritance write a program to show use of inheritance?
What is abstraction in oops?
Why do we use class in oops?
what is graphics
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 is a superclass in oop?
What is coupling in oops?
What does <> mean pseudocode?
What is the difference between static polymorphism and dynamic polymorphism?
Can you explain polymorphism?
Advantage and disadvantage of routing in telecom sector
is there any choice in opting subjects like 4 out of 7
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Explain the advantages of inheritance.