Frage im Vorstellungsgespräch bei PTC

what is the difference between struct and class ?

Antwort im Vorstellungsgespräch

Anonym

13. Apr. 2025

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