Exam4Training

What is true about Python class constructors? (Select two answers)

What is true about Python class constructors? (Select two answers)
A . the constructor’s first parameter identifies an object currently being created
B . the constructor cannot use the default values of the parameters
C . the constructor can be invoked directly under strictly defined circumstances
D . super-class constructor is invoked implicitly during constructor execution

Answer: A

Exit mobile version