|
-
June 14th, 2002, 06:24 AM
#1
difference between a c++ structure and class
what is the difference between a C++ structure and a class?
What comes to my mind are
1) structures in c++ doesnot provide datahiding where as a class provides datahiding
2)classes support polymorphism, whereas structures donot
Is there anything other than this?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|