Difference between class & struct?

There is only one difference betweeen a class & struct i.e., struct is by default public and class is private.

Comments

Popular posts from this blog

GCC Extenstion

Difference between Pointer & Reference.