A.
B.
C.
D.
A. It is a process of assigning unique identifiers to every newly created Python object
B. It is a process of converting the structure of an object into a stream of bytes
C. It is a process of creating Python objects based on sequences of bytes.
D. It is another name for the data transmission process
A. It is the bottommost type that any object can inherit from.
B. It is a built-in method that allows enumeration of composite objects
C. It is an object used to instantiate a class
D. It is the topmost type that any class can inherit from
A. __name___is a special attribute, which is inherent for classes, and it contains the name of a class.
B. ___name is a special attribute, which is inherent for both classes and instances, and it contains a dictionary of object attributes.
C. ___name___is a special attribute, which is inherent for both classes and instances, and it contains information about the class to which a class instance belongs.
D. __name___is a special attribute, which is inherent for classes and it contains information about the class to which a class instance belongs.
A. True and False
B. l and o
C. "accept:" and "cancel''
D. "yes" and "no"