Thread: What is class?
View Single Post
Old 11-05-2015, 01:48 AM   #12
seoyong
Registered User
 
Join Date: Nov 2015
Posts: 29
Class represents an object with a set of functions that can be called. For example, if you would like to model a robot object, you will typically create a robot class with a number of functions for example start, stop, move right, move left, etc.
seoyong is offline   Reply With Quote