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

What is Code Bloat?

Method Chaining.