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 )

C++ Xcode OOP Multiple Inheritance Tutorial

8 Continue reading

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

C++ Xcode OOP Polymorphic Array Tutorial

Here is a tutorial that introduces you to some more aspects of OOP … oops, forgot to say what OOP stands for … Object Oriented Programming … specifically regarding Polymorphic Arrays. Object-oriented programming (OOP) is a programming paradigm that represents … Continue reading

Posted in eLearning, OOP, Tutorials, Xcode | Tagged , , , , , , , | 1 Comment

VB.Net Windows Form ToolBox Components Primer Tutorial

VB.Net using Visual Studio is another great language to learn. If you like VB.Net you may eventually like C#, and vice versa. It has sophisticated data structures, can be Object Oriented and makes great Windows desktop applications or can be … Continue reading

Posted in eLearning, Event-Driven Programming, GUI, OOP, Tutorials, Visual Studio | Tagged , , , , , , , , , | 2 Comments

C++ Xcode OOP Composite Objects Tutorial

Here is a tutorial that introduces you to some aspects of OOP … oops, forgot to say what OOP stands for … Object Oriented Programming. Object-oriented programming (OOP) is a programming paradigm that represents concepts as “objects” that have data … Continue reading

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