New operators added by c++ which aid oops
Answers
Answered by
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
Math,
8 months ago
Physics,
8 months ago
Math,
8 months ago
Math,
1 year ago
Social Sciences,
1 year ago