What does the keyword virtual represented in the method definition?

What does the keyword virtual represented in the method definition?

The virtual keyword is used to modify a method , property, or may be event declaration. It allows for it to be overridden in a derived or child class.