Hi Everyone,

Sorry for the newbie question, but I am just learning Python OOP and confused about something. Why is it that the classes defined in the Boot Camp code execute without being called? It's my understanding that for a class or method or function to do anything, it has to be called, with arguments passed in. But in the BC tutorials the classes are defined, but never called, and still produce output. What am I missing? Thanks in advance.

Author