// Object-oriented programming

Object-oriented programming Quiz

// question 1 of 10
What is the Method Resolution Order?
// question 2 of 10
What is the correct way to represent an empty class that will be filled later?
// question 3 of 10
What is object composition preferred over?
// question 4 of 10
What does __contains__ define?
// question 5 of 10
What does staticmethod decorator do?
// question 6 of 10
What does vars(obj) return?
// question 7 of 10
What is composition in OOP?
// question 8 of 10
What is loose coupling preferred in OOP?
// question 9 of 10
What is the output of print(type(Animal()))?
// question 10 of 10
What does @property do in Python?