Explain what is oop?



Explain what is oop?..

Answer / Mayank Kumar Singh

"Object-Oriented Programming (OOP) is a programming paradigm based on the concept of "objects", which can contain data and code that manipulates the data. It encapsulates data and behavior within objects, allows inheritance of properties from other objects through classes, enables polymorphism, and supports abstraction for hiding implementation details. "

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C++ General Interview Questions

What is class in c++ with example?

1 Answers  


What is c++ virtual inheritance?

1 Answers  


What are the four main data types?

1 Answers  


What is cloning?

1 Answers  


How can we check whether the contents of two structure variables are same or not?

1 Answers  


When does a 'this' pointer get created?

1 Answers  


Explain about profiling?

1 Answers  


How does c++ sort work?

1 Answers  


What is a pdb file?

1 Answers  


What is command line arguments in C++? What are its uses? Where we have to use this?

1 Answers   HCL,


Write about the role of c++ in the tradeoff of safety vs. Usability?

1 Answers  


What is a class template in c++?

1 Answers  


Categories