Please tell me the oops concept with detailed answer
Answer Posted / m.shanmuga sundaram
Oops is an acronym for object oriented programming language
or object oriented paradigm
Building blocks of oops are
1) Data Encapsulation :
Hiding non essential things from an user
2) Abstraction
Implementation of data encapsulation
3) Inhertitance
Reusability of code
4) Polymorphism
The ability of a function that can act on different data
types in different ways
| Is This Answer Correct ? | 12 Yes | 3 No |
Post New Answer View All Answers
Can we have inheritance without polymorphism?
How do you use inheritance in unity?
What is the oops and benefits of oops programming?
What is object and class in oops?
Who invented oop?
What are the three main types of variables?
What are the advantages of polymorphism?
What is interface? When and where is it used?
State what is encapsulation and friend function?
Can you inherit a private class?
What language is oop?
What is abstraction in oops with example?
What is a function in oop?
Plese get me a perfect C++ program for railway/airway reservation with all details.
What are the features of oop?