Beginning with C++
By
Santosh Kumar Sharma
Assistant Professor
,C++
C++ is an object--oriented programming
language.
C++ was developed by b Bjarne Stroustrup at
AT&T Bell Laboratorie ies in Murray Hill, New
Jersey, USA.
C++ is an extension of C with a major addition of
the class constructfeature
feature.
Since the class was a major addition to the
original C language, Stroustrup called the new
language 'C with Classes'.
Classes
, C++
However later in 1983 the name was changed to
C++.
The idea of C++ comes from the C increment
operator ++ thereby suggesting that C++ is an
incremented version of C
C++ is a superset of C.
The three most important facilities that C++
adds on to C are classes, function overloading,
and operatoroverloading
overloading.
By
Santosh Kumar Sharma
Assistant Professor
,C++
C++ is an object--oriented programming
language.
C++ was developed by b Bjarne Stroustrup at
AT&T Bell Laboratorie ies in Murray Hill, New
Jersey, USA.
C++ is an extension of C with a major addition of
the class constructfeature
feature.
Since the class was a major addition to the
original C language, Stroustrup called the new
language 'C with Classes'.
Classes
, C++
However later in 1983 the name was changed to
C++.
The idea of C++ comes from the C increment
operator ++ thereby suggesting that C++ is an
incremented version of C
C++ is a superset of C.
The three most important facilities that C++
adds on to C are classes, function overloading,
and operatoroverloading
overloading.