Domanda di colloquio di FDM Group

CS: What is the difference between a class and an object?

Risposta di colloquio

Anonimo

28 ott 2017

An object is a instance of a class which is created by New keyword. When an object is created, memory is allocated to it. There may be more than one object for a class.