Tag Archives: inheritance

Decoupling

Someone asked me what can he do with interfaces and abstract classes. Plenty of fun there as we shall see now. I’ll use C++ and C# in this example, and I’ll present this on simple math operations. Interfaces and abstract … Continue reading

Posted in CSharp, OOP, Posts in English, Programming | Tagged , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Class inheritance in c++

Another post in series of object oriented programming posts. Here will be discussed about class inheritance in C++. If you’re unfamiliar with the term you can read this post: Introduction to classes and objects. What will you learn here: Define … Continue reading

Posted in Cpp, OOP, Posts in English, Programming | Tagged , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

Introduction to classes and objects

Introduction to classes and creating object primarily in c++ but also in other programming languages. Continue reading

Posted in OOP, Posts in English, Programming | Tagged , , , , , , , , , , , , | Leave a comment