Journey to C++

C++ is an object-oriented extension of C. C was designed by Dennis Ritchie at Bell Labs.C++ was designed by Bjarne Stroustrup at Bell Labs. Popularity increased in late 1980's and early 1990's. Features was added incrementally Classes,templates,exceptions,multiple inheritance,type test. OOP treated data as a critical element in the program development and does not allow free around the system. It ties data more closely to the function that operate on it, and protects it from accidental modification from outside functions. Object-Oriented Programming as an approach that provides a way to modularizing programs by creating partitioned memory area for both data and functions that can be used as templates for creating copies of such modules on demand.

Comments

Popular posts from this blog

Covid-19 Analysis and Visualization using Plotly Express

Artificial Intelligence (Problem Solving)

Linear Regression