Explain the difference between C and C++.
Answer Posted / padmas
The programming language C, has structural programming data types where C++ has object oriented programming structures such as class-object, with features as polymorphism, Inheritance, Data abstraction and protection that are not available in C.C++ is an extension of C but cannot be seen the differences between two.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Incase of a function declaration, what is extern means?
What is meant by a delegate?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
What do you mean by volatile and mutable keywords used in c++?
What is iterator c++?
What is overriding in oops?
What is the history of c++?
How can you link a c program with a c function?
Define stacks. Provide an example where they are useful.
Is arr and &arr are same expression for an array?
True or false, if you keep incrementing a variable, it will become negative a) True b) False c) It depends
Which is best c++ or java?
How is static data member similar to a global variable?
What are maps in c++?
How java is different from c and c++?