درود و سلام
به نظرتون این جمله اشکال نداره؟؟؟؟؟ ما از کلاس نمونه سازی می کنیم. به نمونه ای از یک کلاس میگیم آبجکت. ما که از آبجکت نمونه سازی نمی کنیم!
Constructors are special functions that are called automatically when an object is instantiated.
They must have the same name as the class to which they belong and cannot have a return type.
Constructors are useful for initialization.