R

Ram Sharma • 3.40K Points
Extraordinary

Q. What is the base class for all classes in Python?

  • (A) object
  • (B) Class
  • (C) Base
  • (D) type
  • Correct Answer - Option(A)
  • Views: 22
  • Filed under category Python
  • Hashtags:

Explanation by: Ram Sharma

Every new-style class in Python 3 implicitly inherits from `object`.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.