Enquire Now

Tags: abstract-methods

An abstract method is 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.

0 Questions