0 votes
by (1.1k points)

1 Answer

0 votes
by (524 points)
selected by
 
Best answer

C++ is called object-oriented programming  language because C++ language views a problem in terms of objects involved rather than the procedure for doing it. It also supports all features of OOPS like encapsulation, inheritance, polymorphism, data abstraction etc.

Welcome to CodersEditor Q&A, where you can ask questions and receive answers from other members of the community.
...