Pregunta de entrevista de Microsoft

Describe the difference between a struct and class.

Respuestas de entrevistas

Anónimo

23 ene 2013

A struct cannot be inherited.

Anónimo

17 feb 2013

In C++ members of a struct are assumed public and members of a class are assumed private