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 a destructor be called directly?
What is encapsulation in simple terms?
How to improve object oriented design skills?
Why is abstraction needed?
What is object and example?
What is abstraction in oops?
What are the 3 pillars of oop?
What is polymorphism in oops with example?
What is a null tree?
How is class defined?
How to use CMutex, CSemaphore in VC++ MFC
What is encapsulation with real life example?
Why do we use oops?
Can we have inheritance without polymorphism?
What is the benefit of oop?