Lecture

Key Takeaways So Far

So far, you've learned instance checks, special methods, class variables and methods, and garbage collection.

Before moving on to private variables and getters/setters, let's review the key points card by card.

Quiz
0 / 1

Which function checks whether an object is an instance of a specific class?

isinstance()

type()

check()

instanceof()

Lecture

AI Tutor

Help