Learn OOP

Learn the concepts and techniques of Object-Oriented Programming with these OOP tutorials. Learn how to use classes and objects to create efficient, clean code.

All OOP content:

  1. Understanding and Applying Polymorphism in PHP

    Understanding and Applying Polymorphism in PHP

    Tutorial Intermediate

    In object oriented programming, polymorphism is a powerful and fundamental tool. It can be used to create a more organic flow in your application. This...

  2. The Basics of Object-Oriented JavaScript

    The Basics of Object-Oriented JavaScript

    Tutorial Intermediate

    Over recent years, JavaScript has increasingly gained popularity, partly due to libraries that are developed to make JavaScript apps/effects easier to create...

  3. Object-Oriented CSS: What, How, and Why

    Object-Oriented CSS: What, How, and Why

    Tutorial Intermediate

    It sounds like an oxymoron, or at least an impossibility, doesn't it? How can a static language that's really more like markup than programming be...

  4. Learning OOP in PHP ASAP!

    Learning OOP in PHP ASAP!

    Tutorial Intermediate

    PHP is so much more than a scripting language. It's a full-fledged language capable of building very complex applications. By harnessing the full power of...