Computer Science, asked by nadhanasrin4102, 1 year ago

New operators added by c++ which aid oops

Answers

Answered by shivam9238
0
The new operators in C++ (but not in C) are new, delete, compl, and, and_eq, not, not_eq, or, or_eq, xor, xor_eq, bitand and bitor. Of those only the first two can really be said to aid OOP. However, other keywords that specifically aid OOP include class, friend, mutable, private, protected, public and template.
Similar questions