Answer Posted / kiran kumar yakkala
we have already C,
there are some programming languages which offer object
orientation before c++.
designers implemented C language with OOPS concept.
means c++ is nothing but C + 1 feature(OOPS), in C++
environment c++ means c+1. so thats why they named only C++.
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
When should a type cast not be used?
Why doesnt this code work?
Why does notstrcat(string, "!");Work?
What is a global variable in c?
What is the -> in c?
Explain what is a 'locale'?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
diff between exptected result and requirement?
What is the difference between #include and #include 'file' ?
Why is extern used in c?
Is c easier than java?
What is the use of function overloading in C?
Is boolean a datatype in c?
How does pointer work in c?
How will you declare an array of three function pointers where each function receives two ints and returns a float?