1.

Four new operators added by c++ which aid object oriented programming. in c++

Answer»

The four new operators added by C++ INCLUDES the following : new, delete, compl, and, and_eq, not, or, or_eq, xor, xor_eq, and bitor.

Amongst the given 4, only the first two are considered to be SAID to aid OOP.

Also, other keywords that aid OOP are CLASS, friend, mutable, PRIVATE, protected, and template.



Discussion

No Comment Found