I know how to make classes and objects but I want to go deeper what are a few __ OfThese __ I can use. What are they called is the better question?
Seems like you’re referring to dunder methods. (double underscore)
Expanding on that is how we implement them, under and over the hood.