Pergunta de entrevista da empresa Bloomberg

What is the difference between a struct and a class?

Resposta da entrevista

Sigiloso

16 de jul. de 2013

This is a nasty question. Mainly struct and class are the same. The difference is for struct members are in public by default while for a class members are private by default.

1