Multiple choice When constructor is invoked, _____________. object is destroyed object is created class is destroyed class is created both object and class are created Reveal answer Fill a bubble to check yourself B Correct answer Explanation It is the correct answer because constructor invoked automatically when object is created.