If you make a method abstract, you can access it in the class where it is abstract, but you need to define it in the class which extends the abstract class.

I will give you an example:
You have a...