Which of the following statements are correct for C# language?
- Every derived class does not define its own version of the virtual method.
- By default, the access mode for all methods in C# is virtual.
- If a derived class, does not define its own version of the virtual method, then the one present in the base class gets used.
- All of the above.
Correct Answer:
By default, the access mode for all methods in C# is virtual.
need an explanation for this answer? contact us directly to get an explanation for this answer