What are the benefits of oop in c++?



What are the benefits of oop in c++?..

Answer / Arya Mani Misra

The benefits of using Object-Oriented Programming (OOP) in C++ include: encapsulation, abstraction, inheritance, polymorphism, and reusable code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What are all predefined data types in c++?

1 Answers  


Can you Mention some Application of C/C++?

1 Answers  


Explain polymorphism?

1 Answers  


Explain the uses of static class data?

1 Answers  


What are compilers in c++?

1 Answers  


How would you represent an error detected during constructor of an object?

1 Answers  


What is the difference between global variables and static varables?

1 Answers  


Are strings immutable in c++?

1 Answers  


Explain the difference between abstract class and interface in c++?

1 Answers  


What is the difference between ++ count and count ++?

1 Answers  


Why do we use pointers in c++?

1 Answers  


What are the two main components of c++?

1 Answers  


Categories