Jan 13, 2009

difference between struct and class?? where to use struct and where to use class??

difference between struct and class?? where to use struct and where to use class??

1)The members of a structure are public by default, the members of class are private by default.
2)Default inheritance for Structure from another structure or class is public. Default inheritance for class from another structure or class is private.

No comments:

Post a Comment