Objects, Kitchen Pipes, and Fractals
Objects are abstractions that present the best way to interact with underlying data.
Object oriented programming is one of the most fundamental and common paradigms used in software development. But often, “object oriented programming” is not defined clearly, or different aspects of objects are emphasized over others.
Objects can involve inheritance, polymorphism, or information hiding, but the most important feature of objects, is that they organize data in order to emphasize the…