Multitude SE Interview Question

What is the difference between class and object in Java.

Interview Answer

Anonymous

Feb 20, 2022

Object is an instance of a class. So class is some "blueprint" for objects.