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
What are associate containers?
Define stacks. Provide an example where they are useful.
What does return 0 do in c++?
what is Member Functions in Classes?
Describe private, protected and public?
What is virtual base class?
Out of fgets() and gets() which function is safe to use and why?
What is the advantage of c++ over c?
What is a pointer how and when is it used?
Is c++ vector a linked list?
Why c++ is created?
What is c++ redistributable?
How can virtual functions in c++ be implemented?
What is the most useful programming language?
What is an iterator?