To instantiate an object

The jargon instantiate is used by programmers as a verb to describe the creation of an instance of a data type, or the creation of an object.

When an object-oriented program declares an instance of an abstract data type, the program has instantiated an object.