C++
 ✓ Object oriented programming language.
✓  Superset of 'c'
✓  Developed by- Bjarne Stroustrup at Bell Labs since 1979
✓  Support the concept of INHERITANCE
✓  Support the concept of POLYMORPHISM
✓  Support the concept of BOTTOM-UP-PROGRAMMING APPROACH.

 WHAT IS C++?
   
             C++ is a object oriented programming language developed by Bjarne Stroustrup at Bell Labs since 1979,USA,in the early 80's has a superset of C language.
            The three important that C++ add on to C are----
       1. Classes
       2. Function overloading
       3. Operator overloading
  
              These futures enable us abstract data type , inherit propatisb from existing data type and support polymorphism.


   What is the features in c++?? 

    The object oriented features in c++ allows programmer -------
1. To build the large program with clearity.
2. Extrnbility. 
3. Easy of maintained, Incorporating the spirit and efficient of C. 

What is the major characteristic in c++?? 

      The major characteristic of C++ are------
1. Emphasis is on data rather than procedure.
2. Data structure are designe such that they characteristic they object.
3. Program are devided into object.
4. Data is hiden an can not be access by extranal function.
5. Object may communicate with each other thought function.
6. New data and function can be easily added when ever necessary.
7. Follow bottom-up-appoch in program design.