Q:

Which among the following are valid ways of overloading the operators?

0

Which among the following are valid ways of overloading the operators?


  1. Only using friend function
  2. Only using member function
  3. Either member functions or friend functions can be used
  4. Operators can’t be overloaded

All Answers

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

(c).Either member functions or friend functions can be used

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
Which among the following is mandatory condition f... >>
<< Which keyword is used to define the inline member ...