Pergunta de entrevista da empresa iDirect

1. what is the difference between structures and classes in cpp

Resposta da entrevista

Sigiloso

18 de nov. de 2010

there is no difference except classes have all its members and functions as private by default whereas structures have its data public by default.