Quantcast
Channel: New Think Tank » Object Oriented Programming
Browsing all 35 articles
Browse latest View live

What is Object Oriented Programming

Welcome to a brief tutorial on what is Object Oriented Programming (OOP) and why the object oriented approach is considered the best way to program. Objects programming has taken the world by storm...

View Article



Web Design and Programming Pt 10 OOP & PHP

Here I cover Object Oriented PHP. I explain encapsulation, classes, objects, public, private, constructors, destructors, __set, __get and more.

View Article

Web Design and Programming Pt 11

Here I cover the following topics on PHP Object Oriented Programming: Inheritance : Static Attributes (Variables) : The _destruct Function : Final : Overriding Functions

View Article

Object Oriented Design Tutorial

I cover a ton of things in the video below. The goal of this tutorial is to teach you how to create excellent OO designs.

View Article

Object Oriented Design 2

In this tutorial, I show you how to turn UML diagrams into code and a working program.

View Article


Object Oriented Design 3

In this Object Oriented Design Tutorial I cover Iterative Development, The Unified Process and Usage Cases.

View Article

Object Oriented Design 4

I cover all of the following: conceptual classes, how to build domain models, turning nouns into classes, associations and how to tell an attribute from a class.

View Article

Object Oriented Design 5

I continue building my ATM software using Object Oriented Design principles with a focus on sequence diagrams

View Article


Object Oriented Design 6

I simulate the process of creating a sequence diagram in a group atmosphere.

View Article


Object Oriented Design 7

I show you how to convert a Sequence Diagram into a Class Diagram.

View Article

UML Video Tutorial

I cover Use Case, Activity, Class, Object, Sequence and many more UML Diagrams.

View Article

Object Oriented Design 8

I show you how to convert the Sequence and Class Diagram into working code.

View Article

Object Oriented Design 9

I finish turning sequence diagrams into code. If you get good at this process you'll be able to make any program

View Article


Object Oriented Design 10

In this tutorial, I cover GRASP, or General Responsibility Assignment Software Patterns.

View Article

Object Oriented Design 11

I talk about Polymorphism, Indirection, Pure Fabrication and Protected Variations.

View Article


Object Oriented Design Tutorial

Object Oriented Design Tutorial (11 Videos) I focus on teaching the Object Oriented Design process in numerous ways in this video series.

View Article

Code Refactoring

Code refactoring is used to improve code design to make it easier to understand and extend. I cover the code refactoring bad smells and provide examples

View Article


Code Refactoring 2

I talk about some basic code refactoring concepts like method extraction and how to handle temporary and local variables

View Article

Code Refactoring 3

I show you examples of how you can make your code more understandable using something called an Explaining Variable

View Article

Code Refactoring 4

We'll cover converting simple types into class objects. We'll also look at how to move fields and methods into other classes and a bunch of tricks

View Article
Browsing all 35 articles
Browse latest View live




Latest Images