Exforsys
+ Reply to Thread
Results 1 to 3 of 3

what is c++?

This is a discussion on what is c++? within the C and C++ forums, part of the Programming Talk category; c++ is the language,which is inherit from the c....

  1. #1
    ramit9211 is offline Junior Member Array
    Join Date
    Nov 2011
    Answers
    1

    Smile what is c++?

    c++ is the language,which is inherit from the c.


  2. #2
    venkatjaya is offline Junior Member Array
    Join Date
    Jan 2012
    Answers
    8

    Cool

    C++ is an "object oriented" programming language created by Bjarne Stroustrup and released in 1985. It implements "data abstraction" using a concept called "classes", along with other features to allow object-oriented programming.




    .................................................................

    Last edited by admin; 01-27-2012 at 09:02 AM.

  3. #3
    Sandhya.Kishannag is offline Member Array
    Join Date
    Feb 2012
    Answers
    66
    C++is a super set of c language meaning a c++ compiler can understand all the keywords that a c compiler understands but the reverse is not true.
    it implements oops concepts such as data abstraction,inheritance and polymorphism.

    In c++ keyword class is used instead of struct in c
    Two new keywords -public and private appear in code.
    Apart from data members,the class constructors also has member functions.
    The function can have same name as class itself.


    •    Sponsored Ads



Latest Article

Network Security Risk Assessment and Measurement

Read More...