pure virtual method

Hello, you have come here looking for the meaning of the word pure virtual method. In DICTIOUS you will not only get to know all the dictionary meanings for the word pure virtual method, but we will also tell you about its etymology, its characteristics and you will know how to say pure virtual method in singular and plural. Everything you need to know about the word pure virtual method you have here. The definition of the word pure virtual method will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofpure virtual method, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.

English

Noun

pure virtual method (plural pure virtual methods)

  1. (object-oriented programming) A virtual method having no implementation in a particular class, thus making the class abstract and uninstantiable. It can be overridden in subclasses.
    Synonym: pure virtual function