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.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment