// Object-oriented programming

Object-oriented programming Quiz

// question 1 of 10
What does __init__ return?
// question 2 of 10
What is the difference between is and equals equals when comparing objects?
// question 3 of 10
What is a property setter?
// question 4 of 10
What is polymorphism?
// question 5 of 10
What is self in a method?
// question 6 of 10
What does super() do?
// question 7 of 10
What does @property do in Python?
// question 8 of 10
What does staticmethod decorator do?
// question 9 of 10
What is the correct syntax for a child class inheriting from Animal?
// question 10 of 10
What is an attribute?