HCSS Interview Question

What are classes?

Interview Answer

Anonymous

Jul 6, 2018

Classes are blueprints of objects that inherit those properties when later instantiated. Those properties can also include methods, which will be available on the instantiated object.