Select the true statement about the __name__ attribute.
A.
__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.
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 classes, 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 the name of a class.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
2211094
2 months ago