Frage im Vorstellungsgespräch bei Sixt

What is the difference between class and struct

Antwort im Vorstellungsgespräch

Anonym

21. Nov. 2018

Difference between Classes and Structures. ... Class can create a subclass that will inherit parent's properties and methods, whereas Structure does not support the inheritance. A class has all members private by default. A struct is a class where members are public by default