Problem:
Question- Write an abstract superclass encapsulating a vacation: A vacation has two attributes: a budget & a destination. It has an abstract method returning by how much the vacation is over or under the budget.
Please describe the abstract superclass encapsulating a vacation.