Explain the importance of the following types of operators in object oriented programming.
i. Scope resolution operator (::).
ii.this operator.
Answer:
i. Scope resolution operator (::)
- Used to resolve the conflict arising in the use of user defined names in a program
ii. this operator
-It represents an object that invokes a member function