M K ACADEMY

Loading

Home » C++

Introduction to “C++”.

C++ was  created by Danish computer scientist Bjarne Stroustrup as an extension of the C programming language.

C++ Programming is an example of Object Orientation Language. In other words, Object Orientation is a paradigm to solve a problem. Paradigm means a theoretical approach to solve a problem. So one of the language that implemented the principals of Object Orientation Language is C++.

 

Principles of Object Orientation that C++ follows:

  1. Class
  2. Object
  3. Encapsulation 
  4. Inheritance
  5. Polymorphism
  6. Exception Handling
  7. Data Abstraction
  8. Information Hiding.

 

TitleFile TypeDownload
Contents Of C++.docx