What is oops in c++?



What is oops in c++?..

Answer / Shakti Singh Gurjar

OOP (Object-Oriented Programming) in C++ refers to a programming paradigm that uses objects, which can contain data and methods, to represent the real world. OOP allows for modular, reusable code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is static function? Explain with an example

1 Answers  


What is the use of setfill in c++?

1 Answers  


what is smart pointer & use of the smart pointer ???

2 Answers  


What is fflush c++?

1 Answers  


Is c++ proprietary?

1 Answers  


What is the iunknown interface?

1 Answers  


Difference between an inspector and a mutator

1 Answers  


How many lines of code you have written for a single program?

4 Answers   BoA,


What are the various compound assignment operators in c++?

1 Answers  


Show the declaration for a static member variable.

1 Answers  


What are arrays c++?

1 Answers  


What is nested class in c++?

1 Answers  


Categories