CPP

Introduction to C++

C++ is an Object Oriented Programming (OOP) language developed by Bjarne Stroustrup starting in 1979 at Bell Labs. It is an extension of C language.
C++ is an intermediate level language, as it comprises a confirmation of both high level and low level language features.
C++ is a statically typed, free form, multi-paradigm, compiled general-purpose language.

C++ is an Object Oriented Programming language but is not purely Object Oriented. Its features like Friend and Virtual, violate some of the very important OOPS features, rendering this language unworthy of being called completely Object Oriented. Its a middle level language.

Before Start Learning C++

  • You have to know about OOP (Object Oriented Programming).
  • To learn about OOP you have basic knowledge about POP (Procedure Oriented Programming).
  • Click Next to learn Procedure Oriented Programming.



Subscribe us on Youtube

Share This Page on

Questions


sultan belai | 26-Jun-2016 02:08:42 pm

Sir. Top down and bottom up approach theories are missing in C++ Kindly provide us for better gain... Thanks..


Evaristo | 24-May-2018 10:45:32 pm

i need help writing a program that lets a user enter marks of 50 student and then it outputs the total,highest mark and average mark...when the pass mark is 50..am a biginner!!


Ask Question