Example for 4 pillar of oops like,
Inheritance,Poly,Abstraction,Encabsulation ?
Answers were Sorted based on User's Feedback
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 |
Answer / 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 |
Answer / sikendar
Inheritance is nothing but,it is mechanism of driving a new class from base class.
| Is This Answer Correct ? | 13 Yes | 7 No |
What is Hashing and how is it done? Pictorial form?
What is and I oop mean?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is basic concept of oop?
write knight tour problem which is present in datastructure
What is static in oop?
What is virtual class and friend class?
What is protected in oop?
How do you define social class?
Name an advantage of array over linked list?
24 Answers GML, IBM, Software Solutions,
char* ptr = "Rahul"; *ptr++; printf("%s",ptr); What will be the output
What does it mean when someone says I oop?