Tag Archives: overload

Javascript Function Overload Genericization Tutorial

A while back now, when we presented Javascript Function Overload Primer Tutorial as shown way below, we considered an ultimate “dream” scenario … You may wonder, at this point, why this blog posting took so long? Well, the original “dream” … Continue reading

Posted in eLearning, Event-Driven Programming, Not Categorised, Tutorials | Tagged , , , , , , , , , , , , , , , , | 6 Comments

Javascript Dynamic Function Overload Tutorial

Once you’ve succeeded with a piece of coding logic that is functioning, and you went to the trouble of making it modular, which we feel we did a couple of days ago when we presented Javascript Function Overload Primer Tutorial, … Continue reading

Posted in eLearning, ESL, Event-Driven Programming, Tutorials | Tagged , , , , , , , , , , , , , , , | 5 Comments

Javascript Function Overload Primer Tutorial

Today’s blog posting, long in the making, is about Javascript’s function override (or overload) capabilities. We’ve spoken about this before in relation to C++ or Java with these tutorials. So let’s do a simple example first. Take the Javascript global … Continue reading

Posted in eLearning, ESL, Event-Driven Programming, Games, Tutorials | Tagged , , , , , , , , , , , , , , | 14 Comments

C++ Xcode OOP Friend Overload Tutorial

10 Continue reading

Posted in Colour Matching, eLearning, OOP, Tutorials, Xcode | Tagged , , , , , , , | 21 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