Learn OOP
All OOP tutorials:
-
Object-Oriented Programming in WordPress: Functions and Attributes
Tutorial • BeginnerAs we continue our discussion of object-oriented programming within the context of WordPress, it's time for us to begin talking about actual features of...
-
Object-Oriented Programming in WordPress: Control Structures I
Tutorial • BeginnerWordPress is a powerful CMS that provides a flexible foundation on which to build both sites and applications. If you want to extend WordPress functionality,...
-
Object-Oriented Programming in WordPress: Types
Tutorial • BeginnerIn the last post, we took a look at classes which are the building blocks of object-oriented programming. Before we go any further, we need to take a survey...
-
Object-Oriented Programming in WordPress: Classes
Tutorial • BeginnerClasses are the foundation of object-oriented programming. For some, the concept is simple; for others, not so much. In this article, we're going to continue...
-
Object-Oriented Programming in WordPress: An Introduction
Tutorial • BeginnerOne of the most flexible aspects of WordPress is that it supports both procedural and object-oriented programming paradigms. In this series, we're going to...
-
Dates and Time - The OOP Way
Tutorial • BeginnerThe Date/Time PHP extension is a set of classes that allow you to work with almost all of the date and time related tasks. It's been available since the...
-
From Procedural to Object Oriented PHP
Tutorial • IntermediateThis tutorial was inspired by a speech given by Robert C. Martin that I watched a year or so ago. The main subject of his talk is about the possibility of...
-
Two Ways to Develop WordPress Plugins: Object-Oriented Programming
Tutorial • BeginnerWhen it comes to writing WordPress plugins, there are generally two ways to go about doing so: Object-Oriented Programming and Functional Programming (with...
-
Python from Scratch: Object Oriented Programming
Tutorial • BeginnerWelcome back to lesson four in our Python from Scratch series. This tutorial will assume some prior knowledge of variables, data types, functions and...
-
Ruby for Newbies: Working with Classes
Tutorial • BeginnerRuby is a one of the most popular languages used on the web. We’ve recently started a new screencast series here on Nettuts+ that will introduce you to Ruby,...
-
Understanding and Applying Polymorphism in PHP
Tutorial • IntermediateIn object oriented programming, polymorphism is a powerful and fundamental tool. It can be used to create a more organic flow in your application. This...
-
The Basics of Object-Oriented JavaScript
Tutorial • IntermediateOver recent years, JavaScript has increasingly gained popularity, partly due to libraries that are developed to make JavaScript apps/effects easier to create...



