(44)
Answer (Choose 1 answer)
Which of the following statements best describes the polymorphism in C#?
A. Polymorphism is one of the main pillars of object-oriented programming which allows us to invoke a
method in the derived class using a base class reference variable.
B. Polymorphism is one of the main pillars of object-oriented programming which allows a derived class to extend the behavior of a base class.
C. Polymorphism allows us to group information with different access modifiers inside one unit called class.
D. All of the others
Elt