difference between c and c++?
Answer Posted / mahesh
=>c does not a class/object concept
=>c++ provides data encapsulation,data
abstraction,polymorphism.
=>c++ support all c syntax
=>in c passing value to a function is "call by value"
where c++ its "call by reference"
| Is This Answer Correct ? | 173 Yes | 78 No |
Post New Answer View All Answers
Why was c++ made?
What is c++ runtime?
Why is null pointer used?
Is c++ an integer?
Difference between pointer to constant vs. Pointer constant
What is a rooted hierarchy?
What are its advantages and disadvantages of multiple inheritances (virtual inheritance)?
what is a class? Explain with an example.
What is oop in c++?
Name the debugging methods that are used to solve problems?
What is auto type c++?
Explain public, protected, private in c++?
write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;
Why use of template is better than a base class?
How many standards of c++ are there?