0
c++ oop
Pls some tell me what is it
2 Answers
+ 3
In the world of computer programming, OOP refers to Object Oriented Programming.
class
months
object
January
February
March
Wikipedia has an expanded explanation:
https://en.m.wikipedia.org/wiki/Object-oriented_programming
w3schools example:
https://www.w3schools.com/cpp/cpp_oop.asp
+ 2
C++ is a programing language and oop is object oriented programming a way or methodology that the people have to program, where you can make code (objects) and in a future reuse it, without writing it again