0 votes
in JAVA by

What is the difference between a class and an object in Java?

A) A class is a blueprint for creating objects, whereas an object is an instance of a class

B) A class is an instance of an object, whereas an object is a blueprint for creating classes

C) A class and an object are the same thing

D) None of the above

1 Answer

0 votes
by
Answer: A

Explanation: A class is a blueprint for creating objects, whereas an object is an instance of a class.
...