Skip to content
Egambaram Panneerselvam edited this page Oct 12, 2019 · 1 revision

Classes and Objects

  • A class is a user defined blueprint or prototype from which objects are created.
  • It represents the set of properties or methods that are common to all objects of one type.
Clone this wiki locally