//Create a custom Dog class
class Dog {
//Using instance variables to model our Dog class after a real-life dog
int modelYear age;
public Dog() {
}
}
public static void main(String args) {
}
//Create a custom Dog class
class Dog {
//Using instance variables to model our Dog class after a real-life dog
int modelYear age;
public Dog() {
}
}
public static void main(String args) {
}
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.