Category Archives: OOP

Object-oriented programming (OOP) is a programming paradigm that represents concepts as “objects” that have data fields (attributes that describe the object) and associated procedures known as methods. ( Wikipedia )

Objective-C Player and Game OOP Primer Tutorial

There is change in the wind. And they call the wind Mariah. Do you see how those butterflies in Brazil have been flapping faster? Let me explain. With Apple iOS 8 there could be big changes to programming arrangements, and … Continue reading

Posted in eLearning, Games, OOP, Tutorials, Xcode | Tagged , , , , , , , , , | 40 Comments

Java Player Class Primer Tutorial

An important part of the OOP design phase, here, today, using Java, is your imagination of which classes should exist, and then what their interaction should be. Sometimes you want to work on one class to completion and hope it … Continue reading

Posted in eLearning, OOP, Tutorials | Tagged , , , , , , , | Leave a comment

PHP/Javascript Derivations Game Tutorial

Do you like word games? Today’s game takes Latin and Greek root words, shows you their meaning, and asks you for a derived English Word based on this Latin or Greek root word … we’re going to call the game … Continue reading

Posted in eLearning, ESL, OOP, Tutorials | Tagged , , , , , , , , , | Leave a comment

Javascript Object Oriented More Tutorial

Today’s tutorial builds on previous Javascript Object Oriented Approach Primer Tutorial (as shown below) to start to explore an Object Oriented design approach for data objects in Javascript and shows the use of an array of these data object data … Continue reading

Posted in eLearning, OOP, Tutorials | Tagged , , , , , | Leave a comment

Javascript Object Oriented Approach Primer Tutorial

Today’s tutorial builds on yesterday’s Javascript Array of Structures Primer Tutorial (as shown below) to start to explore an Object Oriented design approach for data objects in Javascript and shows the use of an array of these data object data … Continue reading

Posted in eLearning, OOP, Tutorials | Tagged , , , , , | Leave a comment

Xcode Objective-C Mutable Dictionary Primer Tutorial

Have you heard of Objective-C? It is a great object-oriented programming language that builds that object orientation on top of a C programming base. Sounds good (even better than good), and Objective-C is the language of iOS Mobile Apps, so … Continue reading

Posted in eLearning, OOP, Tutorials, Xcode | Tagged , , , , , , , , , | Leave a comment

Javascript Text Node Object via DOM Tutorial

A lot of the things people like about the Web are to do with JavaScript and client-side activities. You can arrange for many interesting things to happen for your web clients without changing pages all that often, which used to … Continue reading

Posted in eLearning, OOP, Tutorials | Tagged , , , , , , , | Leave a comment

Xcode Objective-C Polymorphic Array Primer Tutorial

Have you heard of Objective-C? It is a great object-oriented programming language that builds that object orientation on top of a C programming base. Sounds good (even better than good), and Objective-C is the language of iOS Mobile Apps, so … Continue reading

Posted in eLearning, OOP, Tutorials, Xcode | Tagged , , , , , , | 16 Comments