Pergunta de entrevista da empresa PTC

what is the difference between struct and class ?

Resposta da entrevista

Sigiloso

13 de abr. de 2025

class is for complex implementation , struct for simple declaration. class is used to create object.