The error message says it all: methods need a body, unless the class is abstract. Where is your debit() method's body?

Recommended reading: Defining Methods (The Java™ Tutorials > Learning the...