What is true about Python class constructors? (Choose two.)
- A.there can be more than one constructor in a Python class
- B.the constructor must return a value other than None
- C.the constructor is a method named __init__
- D.the constructor must have at least one parameter