top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

C++: Which operator is required to be overloaded as member function only?

+1 vote
293 views
A_ (underscore)
B--
C++
D=

Correct Option: 4  

Explanation:
Overloaded assignment operator does the job similar to copy constructor and is required to be overloaded as member function of the class.
posted Nov 26, 2017 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

...