C++ as Object Oriented Language
In this lesson, we'll learn about the evolution of object-oriented programming in C++.
We'll cover the following...
Origin of OOP in C++
C
is a procedural language and it was used and trusted by programmers at large. When the object-oriented paradigm was being introduced, Bjarne Stroustrup incorporated the object orientation features in C
and hence introduced C++
.
Concepts in OOP
Soon C++
became widely acceptable ...