Method stub

A method stub is a short and simple placeholder for a method that is not yet written for production needs. Generally, a method stub contains just enough code to allow it to be used a declaration with any parameters, and if applicable, a return value.

A method stub may be used to implement an interface that is defined but for which the implementation is not available.