What is a true about python class constructors? (Select two answers)
the constructor must have at least one parameter
the constructor must return a value other than None
the constructor is a method named_init_
there can the more than one constructor in a Python class.
Submit