Multitude SE interview question

What is the difference between class and object in Java.

Interview Answer

Anonymous

20 Feb 2022

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