📅  最后修改于: 2022-03-11 14:49:00.245000             🧑  作者: Mango
The virtual keyword is used to modify a method, property, indexer,
or event declaration and allow for it to be overridden in a derived class.
For example, this method can be overridden by any class that inherits it