Select true statements. (select two) a. A method is a function defined in the body of a class. b. A method is a function that is defined outside the body of a class. c. If a method is called on an instance of a class, it will receive the instance object as its first argument (which is usually called self).
Select true statements. (select two)
a. A method is a function defined in the body of a class.
b. A method is a function that is defined outside the body of a class.
c. If a method is called on an instance of a class, it will receive the instance object as its first argument (which is usually called self).