Click here to Skip to main content
15,901,666 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
what is the exact definittion of class?
Posted
Comments
__TR__ 20-Nov-12 6:47am    
Please go through Code Project Quick Answers FAQ[^] before asking a question next time.

Is msdn brooken down again ?? Look this
http://msdn.microsoft.com/en-us/library/vstudio/x9afc042.aspx[^]
 
Share this answer
 
Quote:
A class is a template that defines the form of an object.
A class specifies both the data and the code that will operate on that data.
Objects are instances of a class.
The methods and variables that constitute a class are called members of the class.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900