Tag: Classes
Introduction to Classes in C++
Posted by M. Saqib | Last updated Jun 26, 2020 | C++ Programming Tutorials |
More on Inheritance in C++
by M. Saqib | Last updated Oct 10, 2008 | C++ Programming Tutorials |
Polymorphism
by M. Saqib | Last updated Mar 9, 2020 | Object Oriented Programming |
In OOP terms, polymorphism represents the ability to resolve a reference to an object’s method at run time. Specifically, different objects could make a call to a Draw or Print method, and these methods would act differently with each object; the process can take different forms behind a common interface. One of the benefits of polymorphism is that because the interface is common to objects, any object is able to respond differently to some common set of tasks, and objects are independent of each other.
Read MoreClasses – Object Oriented Programming
by M. Saqib | Last updated Jun 26, 2020 | Object Oriented Programming |
If we say that a particular programming language is Object Oriented then it means, the programming language must have the facility to define classes in it. A class is an expanded concept of a data structure i.e instead of...
Read MoreMultiple Inheritance in C++
by M. Saqib | Last updated Sep 25, 2008 | C++ Programming Tutorials |

Subscribe for updates
Advertisement
Recent Posts
-
JavaScript – Difference Between [] and {}Last updated Jan 22, 2021 | Java Script
-
Startup 2021: Messaging App DevelopmentLast updated Jan 22, 2021 | Mobile Tech
-
Selection Sort Video – Algorithm ExplanationLast updated Jan 21, 2021 | Videos
-
Quicksort Video – Algorithm ExplanationLast updated Jan 21, 2021 | Videos
-
What Are The Best Programming Languages for Game Development?Last updated Jan 20, 2021 | Blog
-
Qfusion 3D Open Source Game EngineJan 19, 2021 | Blog
-
How to Read and Write Excel Files in C#Last updated Jan 19, 2021 | C# Programming Tutorials
-
The Pyrogenesis RTS and 3D Game EngineLast updated Jan 17, 2021 | Blog
-
Fundamental Principles of Data Integration for Database AdministratorsLast updated Jan 12, 2021 | Blog
-
What Makes Houseparty a Safe, Fun Way to Connect in 2021Last updated Jan 11, 2021 | Mobile Tech