Joe Wilson

Joe Wilson

  • NA
  • 7.8k
  • 418.4k

What is override in c#?

May 10 2014 11:42 AM
For Example , What is the usage of override.
 
public override string To String()
{
return String.Format("Name = {0}, Age = {1}", Name, Age);
}

Answers (9)