affiliate_link

Thursday, October 2, 2008

What is an Object?

Object is an in-memory representation of a class

Declaring an object

C# code snippet

Customer oCust = new Customer();

No comments: