Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Is there any difference between Object and Instance of a class???

Regards
Gaurav Bansal
[Email-deleted]
Posted
Updated 2-Feb-13 1:26am
v2
Comments
J.Surjith Kumar 2-Feb-13 8:31am    
Try google..

Just a naming thing.
Instances of a class are created and these instances are the objects that will be worked with.
 
Share this answer
 
Comments
fjdiewornncalwe 2-Feb-13 9:18am    
+5.
Abhinav S 2-Feb-13 12:51pm    
Thank you.
Sergey Alexandrovich Kryukov 2-Feb-13 18:42pm    
Correct, a 5.
—SA
Abhinav S 3-Feb-13 0:28am    
Thank you.
both are same.
Instance of class is object of 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