Computer Science, asked by TbiaSamishta, 1 year ago

List at least four new operators added by c++ which aid oop

Answers

Answered by aqibkincsem
0

The latest operators in the C++ which aid oop are new, delete, compl and and_eq.

The other operators in the C++ are not, not_eq, or_eq, or, xor, xor_eq, bitor, and bitand.

The keywords which specify the OPP are public, template, friend, mutable, private and class. But these are not applicable in the C language.

Similar questions