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 inheritance write a program to show use of inheritance?
Can main method override?
What causes polymorphism?
hi all..i want to know oops concepts clearly can any1 explain??
What is difference between inheritance and polymorphism?
What are oops methods?
What does no cap mean?
What is encapsulation process?
What is object in oops?
Can you inherit a private class?
What is oops in simple words?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
Why oops is important?
What is the benefit of oop?
What is encapsulation in oops?