Why c++ is called c++ and not c+?

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


Please Help Members By Posting Answers For Below Questions

What is a volatile keyword in c?

638


What are the uses of null pointers?

591


What are the valid places to have keyword “break”?

651


What is getch() function?

650


Is c is a high level language?

622






What is the g value paradox?

646


What is gets() function?

673


Why c is called procedure oriented language?

579


typedef struct{ char *; nodeptr next; } * nodeptr ; What does nodeptr stand for?

1077


Define VARIABLE?

691


Explain what is wrong with this program statement? Void = 10;

766


When can a far pointer be used?

589


Can the sizeof operator be used to tell the size of an array passed to a function?

621


Explain what is meant by high-order and low-order bytes?

635


Write a program to reverse a string.

643