Genetec interview question

What is the difference between a class and an object?

Interview Answer

Anonymous

May 3, 2018

An object is an instance of a class. a class is the "blueprint" or "template" encapsulates the methods and params.