C# Programming - Polymorphism - Discussion

Discussion Forum : Polymorphism - General Questions (Q.No. 16)
16.
Which of the following are necessary for Run-time Polymorphism?
  1. The overridden base method must be virtual, abstract or override.
  2. Both the override method and the virtual method must have the same access level modifier.
  3. An override declaration can change the accessibility of the virtual method.
  4. An abstract inherited property cannot be overridden in a derived class.
  5. An abstract method is implicitly a virtual method.
1, 3
1, 2, 5
2, 3, 4
4 only
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Vasanthi said:   1 decade ago
What is meant override?

Abhishek Jha said:   1 decade ago
I don't understand why Overridden base method has to have Keyword "Override".

Post your comments here:

Your comments will be displayed after verification.