what is the main difference between c and c++?
Answer Posted / ashish sangal[ash don]
We cannot do overloading with C where as C++ supports both
function and operator overloading.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the benefits of oop?
What is object in oops?
why reinterpret cast is considered dangerous?
How do you achieve runtime polymorphism?
Whats oop mean?
What is the difference between a mixin and inheritance?
What are the three parts of a simple empty class?
what is the drawback of classical methods in oops?
What are the advantages of polymorphism?
What is a class and object?
What is the purpose of enum?
What is destructor give example?
How is class defined?
What is new keyword in oops?
Can static class have constructor?