C++
Programming and Technical
What is the difference between class and structure?
Read Solution (Total 1)
-
- By default the members of a class is private
By default the members of structure is public - 10 years agoHelpfull: Yes(0) No(0)
C++ Other Question