Saved Bookmarks
| 1. |
Differentiate structure and class though both are user defined data type. |
|
Answer» The only difference between structure and class is the members of structure are by default public where as it is private in class. |
|