Sir,
Is the only difference b/w classes and structures is that by default the members of structures are public and of classes are private.?
Can we declare members of a structure private, that is can a program written with classes also written with structures with same functionality?
thanks,
anon10125