Tagged: object-orient design

ood in php

Object-Oriented Design in PHP

Object-oriented design can offer a developer a structured way to break apart an application into logical, maintainable chunks. In this course Matthew Machuga will take you through various different OOD techniques, patterns, and concepts to help improve the sustainability and...

ood

Foundations of Programming: Object-Oriented Design

Watch the Online Video Course Foundations of Programming: Object-Oriented Design Most modern programming languages, such as Java, C#, Ruby, and Python, are object-oriented languages, which help group individual bits of code into a complex and coherent application. However, object-orientation itself...