answersLogoWhite

0

Is cpp complete oops

User Avatar

Anonymous

15y ago
Updated: 8/17/2019

No, C++ is not a strict OOP language as like Java and C#. C++ supports all OOPS concept like Encapsulation, Polymorphism, Inheritance etc. But C++ provides a way to expose the private data to outside world using friend functions, which is a violation of OOPS.

User Avatar

Wiki User

15y ago

What else can I help you with?