Vidyalelo
C# Programming · Q113

Classes and Objects in C Sharp

Programming · C# Programming · question 113

Q113

Choose the wrong statement from the given set of statements?

A.
All operators in C#.NET cannot be overloaded
B.
We can use the new modifier to modify a nested type if the nested type is hiding another type
C.
Operator overloading permits the use of symbols to represent computations for a type
D.
In case of operator overloading all parameters must be of different type than the class or struct that declares the operators
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board