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
What is destructor in oop?
What is difference between inheritance and polymorphism?
What is the significance of classes in oop?
What is abstraction example?
What are objects in oop?
what is different between oops and c++
what are the ways in which a constructors can be called?
What does sksksk mean in text slang?
Whats oop mean?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
Is abstract thinking intelligence?
Why do we use oop?
What is difference between polymorphism and inheritance?
Why do we use polymorphism in oops?
Describe these concepts: Polymorphism, Inheritance and Abstraction.