Possible Duplicate:
C/C++ Struct vs Class
I know the technical differences between a struct and a class; and of course that question has been asked before.
Object-oriented programming relates objects and classes. In C++ taxonomy, is a struct also a class?