Why c++ called object oriented programming/ oop language?
Answers
Answered by
1
It's because We can model real world very well.
This programming paradigm/method focuses more on the object and data than the procedure.
Answered by
1
C++ Object Oriented. The prime purpose of C++ programming was to add object orientation to the C programming language, which is in itself one of the most powerful programming languages. The core of the pure object-oriented programming is to create an object, in code, that has certain properties and methods.
Similar questions