Why is C++ an OOP?

C++ is object oriented, because classes provide abstraction and inheritance and all that jazz . It’s not always considered object oriented because code doesn’t need to be object oriented.

Leave a Reply

Your email address will not be published. Required fields are marked *