![]() |
What is the difference between a structure and a class?
What is the difference between a structure and a class?
|
Re: What is the difference between a structure and a class?
The only difference in C++ between struct and class is that struct is default public, whereas class is default private.
|
| All times are GMT +5.5. The time now is 13:26. |