The Linux Foundation Projects
Skip to main content

Abstract Method

One with only a signature and no implementation body. It is often used to specify that a subclass must provide an implementation of the method. Abstract methods are used to specify interfaces in some computer languages.