Introduction to C++



Introduction to C++




C++, as we all know is an extension to C language and was developed by Bjarne stroustrup at bell labs. 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, multiparadigm, compiled general-purpose language.

C++ supports object-oriented programming (OOP), with four major principles of object-oriented development:
  1. Abstraction
  2. Encapsulation
  3. Inheritance
  4. Polymorphism

No comments

Powered by Blogger.