1. Create two classes (java file) named BirthdayParty and Party.
2. The Party class contains the main method. Instantiate an object of the class BirthdayParty named bday.
3. The BirthdayParty class...