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 |
What is static function? Explain with an example
What is the use of setfill in c++?
what is smart pointer & use of the smart pointer ???
What is fflush c++?
Is c++ proprietary?
What is the iunknown interface?
Difference between an inspector and a mutator
How many lines of code you have written for a single program?
What are the various compound assignment operators in c++?
Show the declaration for a static member variable.
What are arrays c++?
What is nested class in c++?