Solved

The General Syntax for the Function Prototype to Overload the Assignment

Question 19

Multiple Choice

The general syntax for the function prototype 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