What Is The Name Of The Special Method That Is Used To Create And Initialize New Object Instances?

What Is The Name Of The Special Method That Is Used To Create And Initialize New Object Instances? A constructor is a special method that has the same name as the class and is used to initialize attributes of a new object. A new object is created with the new keyword followed by the class