instance

An object created from the class that contains its definition. For example, multiple instances of a form class share the same code and are loaded with the same controls with which the form class was designed. You can think of a class as a template and an individual instance of a class as object made from that template.