My 1st and 2nd OOP class definitions (aka What is an OOP class definition?)
WHAT IS OOPS? Wiki = Object-oriented programming Google = object oriented programming Reddit = object oriented programming YouTube = object oriented programming in python The underlying ideas for both my 1st and second OOP projects are explained ( here ). I successfully implemented the loop tracker first and my second project --not yet finshed-- will be the Abbreviation Xpander (class AbbvXpander():) But first, let's discuss the basics: What is a "class"? The Metaphor / Analogy / Model Problem of defining "Classes" The map is NOT the territory and similarly, the "class" is not the "object". Various online tutorials use many different analogies, metaphors and models for explaining what a "class" is within the realm of OOP . These include the cookie-cutter analogy, the human/person versus Bob analogy, the " vehicle" versus "car" versus "My Ford 350 pickup" analogy, "computer" versu...