Noun
entry point (plural entry points)
(programming) A location in a program or software library that can be called from outside, and from which the execution of code begins.
Entry point classes use a builder pattern for their construction. Source: Internet