...

/

C++ as Object Oriented Language

C++ as Object Oriented Language

In this lesson, we'll learn about the evolution of object-oriented programming in C++.

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 ...