What does print(Test.__name__) display (assuming Test is the name of the class)?
(a) ()
(b) Exception is thrown
(c) Test
(d) __main__
I got this question in unit test.
Asked question is from Classes and Objects topic in section Classes and Objects, Inheritance, Polymorphism, Encapsulation and Exception Handling of Python