What is an abstract method?
April 14th, 2008A method that has no implementation and which is expected to be implemented by a subclass is called an abstract method.
A method that has no implementation and which is expected to be implemented by a subclass is called an abstract method.