What is the difference between class and structure?

Members of a structure are public by default, while members of a class are private by default.

No comments: