Every control has it’s properties one of the common properties of controls is name property. Name property is the one by which the control is identified and it is referred as the object name of that control.
By using name property programmer can access the other properties of the controls and methods as well at run time.
Visual Basic gives default name to the controls which can be later changed by changing it’s name property at the design time or urn time.