Choose The Correct Statement Among The Below Mentioned #441
Choose the correct statement among the below mentioned statements.
This multiple choice question (MCQ) is related to the book/course gs gs108 CSharp. It can also be found in gs gs108 Object Oriented Concepts - Introduction of Overloaded Operators - Quiz No.1.
Choose the correct statement among the below mentioned statements.
Forgetting to declare an operator method as public
Forgetting to declare an operator method as static
Forgetting to return a bool type value while overloading a relational operator
All of the mentioned