answersLogoWhite

0

What is oops in cpp?

Updated: 8/10/2023
User Avatar

Wiki User

10y ago

Best Answer

OOP is object-oriented programming. Objects allow you to treat data and the methods that operate upon that data as self-contained entities which can then be used by themselves, or to create new objects, either by deriving from them (inheritance), or by embedding them inside other objects. This allows highly complex data structures to be modelled more easily than with C alone, whilst retaining the mid-level programming capability of C itself.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

An OOP is a computer programming methodology that focuses on data rather than processes, with programs composed of self-sufficient modules (objects) containing all the information needed to manipulate a data structure. Abbreviated OOP.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is oops in cpp?
Write your answer...
Submit
Still have questions?
magnify glass
imp