Question 1
In Java, what is an object most directly?
Question 2
What is the main purpose of a class in object-oriented programming?
Question 3
If a class named $Dog$ is used to create a specific dog object named $myDog$, what is $myDog$?
Question 4
Which statement best describes the relationship between a class and an object?
Question 5
Why might two objects created from the same class have different values?