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
9 years ago
Helpfull: Yes(0) No(0)
C++ Other Question
What is the difference between an object and a
class?
What is public, protected, private?