Choose The Wrong Statement From The Given Set Of Statements #443
Choose the wrong statement from the given set of 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 wrong statement from the given set of statements?
All operators in C#.NET cannot be overloaded
We can use the new modifier to modify a nested type if the nested type is hiding another type
Operator overloading permits the use of symbols to represent computations for a type
In case of operator overloading all parameters must be of different type than the class or struct that declares the operators