A class constructor is called once only, when it’s instantiated.
A method can be called indefinitely.
1 Like
A class constructor is called once only, when it’s instantiated.
A method can be called indefinitely.