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
Explain the advantages of inheritance.
What is encapsulation selenium?
What are the three parts of a simple empty class?
Why we use classes in oop?
Give two or more real cenario of virtual function and vertual object
Why multiple inheritance is not allowed?
What are the 4 main oop principles?
What is use of overloading?
What is abstraction in oop?
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
How do you define social class?
What does oop mean in snapchat?
How does polymorphism work?
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 are oops functions?