Domanda di colloquio di IDEMIA

What is class?

Risposte di colloquio

Anonimo

27 dic 2018

It is a user defined prototype from which objects are created. It is a template or blue print of the object.

Anonimo

26 apr 2019

In object-oriented programming, a class is an extensible program-code-template for creating objects, providing initial values for state and implementations of behavior. - Wikipedia