Thread: What is class?
View Single Post
Old 10-19-2014, 10:44 PM   #7
MichaelParker
Registered User
 
Join Date: Jun 2014
Posts: 31
A class is a template definition of the method s and variable s in a particular kind of object. Thus, an object is a specific instance of a class; it contains real values instead of variables.
MichaelParker is offline   Reply With Quote