Tip 28

The abstract key word cannot be used with the following in methods

- final
- static
- private
- strictfp
- syncronized

The abstract key word cannot be used with the following in classes

- final