Polymorphism - Programming

Q1:

Which of the following statements is correct?

A When used as a modifier, the new keyword explicitly hides a member inherited from a base class.

B Operator overloading works in different ways for structures and classes.

C It is not necessary that all operator overloads are static methods of the class.

D The cast operator can be overloaded.

ANS:A - When used as a modifier, the new keyword explicitly hides a member inherited from a base class.

No answer description is available. Let's discuss.