Q11 Multiple choice Mark for later What is true about Python class constructors? (Select two answers) Select all that apply. 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 Correct answer