Solved

The General Syntax to Overload the Assignment Operator = for a Class

Question 10

Multiple Choice

The general syntax to overload the assignment operator = for a class is ____.


A) friend className& operator=(const className&) ;
B) className& operator=(className&) ;
C) string className& operator=(className&) ;
D) const className& operator=(const className&) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions