Answer to Question #530 in C++ for Dolores
Is it better to use structures or classes? What is the difference?
1
2010-08-03T11:24:23-0400
Structure in C++ is almost like a full class. In practice, the structures are used instead of classes only if the following conditions are observed:
-The structure does not contain virtual functions;
-Structure is not derivative of anything, except perhaps another structure.
Need a fast expert's response?
Submit order
and get a quick answer at the best price
for any assignment or question with DETAILED EXPLANATIONS!
Learn more about our help with Assignments:
C++
Comments
Leave a comment