What is an abstract method?

Q

What is an abstract method?

✍: Guest

A

An abstract method is a method whose implementation is deferred to a subclass. Or, a method that has no implementation.

2012-07-10, 2318👍, 0💬