UKG Interview Question

What is a class? A sub-class?

Interview Answer

Anonymous

Jun 18, 2018

A class is a template of variables and functions that when instantiated, create objects. A sub-class is a class that extends the functionality of a base class by inheriting its method/s and adding variables and methods of its own.