We can override any method of parent with out virtual, its all of inheritance fundas
override 【重写】 关键字: 我们可以重写(override)父类中的任何方法,只是基于继承(与virtual方法无关)
Virtual does not means only for overridden. Its for special purpose call Runtime Polymorphism.
虚方法不仅是override, 而是为了使用运行时的多态。