Tuesday, June 23, 2009

Object Oriented Programming Concepts

What is a Class?

A class is a specification, or blueprint expressed as a piece of program code that defines a particular sort of object.

What is an Object?

An Object is an instance of a class.

No comments:

Post a Comment