What is the difference between a class and a struct?
Answers
Answered by
0
A class has all member private by default. A struct is a class where members are public by default.
Similar questions