Friday, 23 May 2014

What is the difference between Object and Instance?

  • An instance of a user-defined type is called an object. We can instantiate many objects from one class.
  • An object is an instance of a class.
Example:   ClassName Object = new ClassName();

No comments:

Post a Comment

How to improve applications performance which is hosted in cloud ?

Improving the performance of an application hosted in Microsoft Azure involves a combination of optimizing your application code, leveraging...