What are the OOPS concepts?
Answer Posted / ketan mehta
The followings are referred as the oops concepts:
Encapsulation:
wrapping up of data and member function
together into a single unit class.
Abstraction:
Showing essential feature without background
detail. Which leads to data security from unauthorized user.
Inheritance:
The property of one class inherited property
of other class. That means object of a child class need to
define only those properties that make it unique within its
class.
Polymorphism:
It is a feature that allows one entity to have
multiple forms.Polymorphism can be achived by Operator
overloading and Function overloading.
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Write a program to reverse a string using recursive function?
What polymorphism means?
What are the 3 principles of oop?
What is this pointer in oop?
What is coupling in oops?
What is polymorphism explain?
Can an interface inherit a class?
What is polymorphism in oops with example?
What is inheritance and how many types of inheritance?
What does and I oop mean?
How do you define social class?
What is class encapsulation?
What is the important feature of inheritance?
How to use CMutex, CSemaphore in VC++ MFC
What type of loop is a for loop?