abstract method

An abstract method is a method that is declared, but has no implementation. In C++, pure virtual function is an abstract method.