Choose the correct statement among the below mentioned statements.
(a) Forgetting to declare an operator method as public
(b) Forgetting to declare an operator method as static
(c) Forgetting to return a bool type value while overloading a relational operator
(d) All of the mentioned
I had been asked this question during an online interview.
My query is from Introduction of Overloaded Operators topic in portion Object Oriented Concepts of C#