LinkedIn Python Skill Assessment Quiz Answers

What statement about the class methods is true?

Latest Update on 25th January, 2022 by Certification Course Answers

What statement about the class methods is true?

  1.  A class method is a regular function that belongs to a class, but it must return None.
  2.  A class method can modify the state of the class, but they can’t directly modify the state of an instance that inherits from that class.
  3.  A class method is similar to a regular function, but a class method doesn’t take any arguments.
  4.  A class method hold all of the data for a particular class.

Correct Answer:

  •  A class method can modify the state of the class, but they can’t directly modify the state of an instance that inherits from that class.

Latest Updates

No posts found in this category.