public class VirtualPet { /* * Activity 3 * @author (your name) * @version (a version number or a date) * * enter code for instance variables, constructor, * getName, and toString methods * **/ public VirtualPet(String str) { } public String getName(){ return ""; } }