R

Ram Sharma • 3.40K Points
Extraordinary

Q. What is the purpose of `override` keyword in C#?

  • (A) To overload a method
  • (B) To define a method
  • (C) To override a base class virtual method
  • (D) To cancel a method

Explanation by: Ram Sharma
`override` is used to provide a new implementation of a virtual method in the base class.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.