what is the main difference between c and c++?
Answer Posted / sonu
>C is Procedure Oriented Programming Language (POP).
->C++ is Object Oriented Programming Language (OOP).
->C is mostly used to develop system software.
->C++ is mostly used to modal real life problem to program and use to develop application programs.
->C program has extension .C
->C++ program has extension .cpp
->C uses the top-down approach.
->while C++ uses the bottom-up approach.
->C is function-driven.
->while C++ is object-driven.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is class and object with example?
How to hide the base class functionality in Inheritance?
Why oops is important?
What is the use of oops?
what are the ways in which a constructors can be called?
Is react oop?
What is the difference between inheritance and polymorphism?
Why is polymorphism important in oop?
Can you explain polymorphism?
What is multilevel inheritance in oop?
What is polymorphism in oops with example?
Please send ford technologies placement paper 2 my mail id
#include
Can we override main method?
What type of loop is a for loop?