Tuesday, July 9, 2013

What are the difference between Structure and Class?

Tags

  • Structures are value type and Classes are reference type
  • Structures can not have constructor or destructors.
  • Classes can have both constructor and destructors.
  • Structures do not support Inheritance, while Classes support Inheritance.


EmoticonEmoticon