It's not really a function call - the constructor, if it exists, is called automatically by the system, but not directly. The return value from new is the new instance, it isn't anything returned from the constructor.
↧