Select true statements about classes and instances. (select three)
Select true statements about classes and instances. (select three)
a. A class is a user-defined template that defines a set of attributes and methods that characterize any class object.
b. An instance is a specific object that represents a class.
c. In Python, a class is defined by the class keyword.
d. An instance is a user-defined template that defines a set of attributes and methods that characterize any class object.