HenryLez HenryLez 14-12-2020 Computers and Technology contestada Question # 2 Multiple Select Which statements are true? Select 4 options. An instance of a class cannot be changed after it is created. Variables defined in the constructor of a class can be accessed by the main program that uses instances of the class. Functions defined in a class are called methods. A class variable can be a different type of class. A class variable can be a list of instances of a different class.