Introduction Of C++ - Technopedia!!.

Introduction Of C++!!


                              

  • C++ is a middle-level programming language developed by Bjarne Stroustrup starting in 1979 at Bell Labs.
  • C++ is regarded as a middle-level language, as it comprises a combination of both high-level and low-level language features
  • C++ is a superset of C, and that virtually any legal C program is a legal C++ program.

Object-Oriented Programming

  • C++  supports object-oriented programming, 
  • C++ is a bottom-up approach.
  • In C++ larger programs are divided into class and objects.
  • In C++ Encapsulation, Polymorhism, Inheritance, Abstraction can possible.
  • it has data hiding function that's why it is safe.

Basics of C++



Comments

Popular posts from this blog

What Is Inheritance In C++? Types Of Inheritance?

CONCEPT OF DBMS!!

Basic Concepts Of OOPC!!