Monday, October 10, 2011

What’s the difference between a class and an object?

A class is blueprint for an object .It tell VM how to make an object of that perticular type.
Each object made from that class can have its own values for the instance variables of that class.

No comments:

Post a Comment