Write your answer in comment
1. A class 2. A function 3. A method 4. A constructor
Write your answer in comment
1. A class 2. A function 3. A method 4. A constructor
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (2)
A constructor is a method of a class that allows new objects to be made.
A constructor.
The values assigned by the constructor to the class variables is used in creating an object.