You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Task 1: Convert the Dog and DogLauncher classes so that they are part of the ug.joshh.animal package. Successfully compile and run DogLauncher.
2
+
3
+
Task 2: Create an ExternalDogLauncher class that is NOT part of the package, but which is nonetheless capable of creating and printing out a Dog. Do not use import statements.
4
+
5
+
Task 2b: Modify your answer from task 2 so that it uses import statements.
0 commit comments