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
What are main features of oop?
What is oops?what is its use in software engineering?
They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?
What is polymorphism in oops with example?
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 polymorphism in oop example?
What is overriding in oop?
Whats oop mean?
What is abstraction with example?
What is an advantage of polymorphism?
Can we create object of abstract class?
what type of questions
Which is not an object oriented programming language?
What is encapsulation c#?
What is coupling in oops?