56.6k views
4 votes
What is the oop in c++ ?

1 Answer

2 votes

Answer:

OOP stands for Object-Oriented Programming. Procedural programming is about writing procedures or functions that perform operations on the data, while object-oriented programming is about creating objects that contain both data and functions. ... OOP is faster and easier to execute.

HOPE IT HELPS

User CRGreen
by
5.0k points