Genetec interview question

What is the difference between a class and an object?

Interview Answer

Anonymous

3 May 2018

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