Q:

If a friend overloaded operator have to be changed to member overloaded operator, which operator should be used with the class name?

0

If a friend overloaded operator have to be changed to member overloaded operator, which operator should be used with the class name?


  1. Scope resolution operator
  2. Colon
  3. Arrow operator
  4. Dot operator

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (a).Scope resolution operator

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

OBJECT ORIENTED PROGRAMMING MEMBER FUNCTIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What is the syntax to overload an operator?... >>
<< If the left operand is pointed by *this pointer, w...