Discussion :: Polymorphism
-
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.
|
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment