虚方法 meaning in English
deliver
virtual method
Examples
- Replaces the definition of an inherited virtual method
替换继承的虚方法的定义。 - At the end of the declaration pure virtual method
置于声明结尾处(纯虚方法) - An abstract method is implicitly a virtual method
抽象方法是隐式的虚方法。 - Can be used to call both virtual and instance methods
可用于调用虚方法和实例方法。 - Call a virtual method on a type constrained to be type
的类型调用虚方法。