difference between c and c++?
Answer Posted / jyoti
*c is a middle level language,in this data can de divided
into functions.
*c++ is a high level language,in this data can be divided
int classes,
*c== has more features than c- language
such as polymorphism,inheritance,data
abstraction,encapsulation.
*c++ is a object oriented programming language.c- is a
procedure oriented programming language;
FINALLY I CONVAY
C LANGUAGE IS ROOT OF C++ LANGUAGE
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are literals in C++?
What is the role of C++ shorthand's?
Do you know about C++ 11 standard?
Why do we use structure in c++?
Should a constructor be public or private?
What is a static element?
How to implement is-a and has-a class relationships?
What are the data types in c++?
Difference between struct and class in terms of access modifier.
Explain one-definition rule (odr).
Where do I find the current c or c++ standard documents?
Write about the scope resolution operator?
Carry out conversion of one object of user-defined type to another?
Can you explicitly call a destructor on a local variable?
What is problem with overriding functions?