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
officer say me - i am offered to a smoking , then what can you say
Which is better struts or spring?
What is byval and byref? What are differences between them?
What is object-oriented programming? Webopedia definition
What is the use of oops?
What is the real time example of inheritance?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What is difference between abstraction and encapsulation?
What does no cap mean?
What is this pointer in oop?
What are two types of polymorphism?
What is object and class in oops?
what type of questions
Why do we use class?
when to use 'mutable' keyword and when to use 'const cast' in c++