Abstract methods are Methods which have a method signature, but no actual implementation (no function body).

There are in contrast to concrete methods, which do have a function body.