R

Ram Sharma • 3.40K Points
Extraordinary

Q. What does the `virtual` keyword indicate in a method declaration?

  • (A) Method cannot be overridden
  • (B) Method must be overridden
  • (C) Method can be overridden
  • (D) Method is sealed

Explanation by: Ram Sharma
`virtual` indicates that a method can be overridden in a derived class.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.