What is the difference between a structure and a class?

Contributor
16May2008,17:46   #1
aspguy's Avatar
What is the difference between a structure and a class?
Go4Expert Founder
16May2008,21:57   #2
shabbir's Avatar
The only difference in C++ between struct and class is that struct is default public, whereas class is default private.