Thread: What is class?
View Single Post
Old 10-29-2014, 02:28 AM   #8
BenWood
Registered User
 
Join Date: Nov 2013
Location: United Kingdom
Posts: 201
A class is used to specify the form of an object and it combines data representation and methods for manipulating that data into one neat package. The data and functions within a class are called members of the class.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.


To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
BenWood is offline   Reply With Quote