CLASS
Class
In object-oriented programming, a class is a construct that is used to define a distinct type. The class is instantiated into instances of itself – referred to as class instances, class objects, instance objects or simply objects. A class defines constituent members that enable its instances to have state and behavior. Data field members enable a class instance to maintain state. Other kinds of members, especially methods, enable the behavior of class instances. Classes therefore define the type of their instances.The above text is a snippet from Wikipedia: Class (computer programming)
and as such is available under the Creative Commons Attribution/Share-Alike License.
class
Noun
- A group, collection, category or set sharing characteristics or attributes.
- A social grouping, based on job, wealth, etc. In Britain, society is commonly split into three main classes; upper class, middle class and working class.
- The division of society into classes.
- Admirable behavior; elegance.
- A group of students in a regularly scheduled meeting with a teacher.
- A series of classes covering a single subject.
- A group of students who commenced or completed their education during a particular year. A school class.
- A category of seats in an airplane, train or other means of mass transportation.
- A rank in the classification of organisms, below phylum and above order; a taxon of that rank.
- Best of its kind.
- A collection of sets definable by a shared property.
- A group of people subject to be conscripted in the same military draft, or more narrowly those persons actually conscripted in a particular draft.
- A set of objects having the same behavior (but typically differing in state), or a template defining such a set.
- One of the sections into which a Methodist church or congregation is divided, supervised by a class leader.
Verb
- To assign to a class; to classify.
- To be grouped or classed.
- — Tatham.
- To divide into classes, as students; to form into, or place in, a class or classes.
Adjective
The above text is a snippet from Wiktionary: class
and as such is available under the Creative Commons Attribution/Share-Alike License.