I'm still fuzzy on the topic of static variables in OOP. Correct me if I'm wrong or add to it but if you declare a static variable in a class, that variable is visible only to that class no matter what? I don't really understand. Any help would be great!