what is the main difference between c and c++?
Answer Posted / amit
c++ is a object oriented programming language.
while,
c is a structured based programing language.
In C++ you can create function overloading,
while,
in C you can't run two or more function with the same name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How oops is better than procedural?
What is abstraction encapsulation?
What is the advantage of oop over procedural language?
What are the important components of cohesion?
what are the realtime excercises in C++?
Is html an oop?
What is object and class in oops?
Why do we use polymorphism in oops?
how to get the oracle certification? send me the answer
What are the 4 pillars of oop?
How can you overcome the diamond problem in inheritance?
Why oops is important?
What does sksksk mean in text slang?
What is the purpose of polymorphism?
write a programe to calculate the simple intrest and compund intrest using by function overlading