pure virtual method

短语

词形变化

pure virtual methods 复数 pure virtual methods

释义与例句

n.
  1. 1.

    A virtual method having no implementation in a particular class, thus making the class abstract and uninstantiable. It can be overridden in subclasses.

    计算机