what is the main difference between c and c++?
Answer Posted / gilbert
C is low level mostly. The idea behind C was to create a
language that was close enough to the hardware so that you
can maximize efficientcy but far enough away from the
hardware so that it was easier to program in that say
assembly. C++ is a high level multiparadigm general purpose
programming language that supports object orientation it is
not an object oriented programming language because an
object oriented programming language forces you to use
object oriented programming like Java or C# in those
languages everythings is an object but C++ not only shows
support for object oriented programming but for generic
programming, polymorphism, inheritance, encapsulation,
procedural programming and multiple inheritance, statically
typed, and free form as well.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation in simple terms?
What makes a language oop?
What is the difference between procedural programming and oops?
What is difference between abstraction and encapsulation?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
what are the realtime excercises in C++?
Can destructor be overloaded?
What is a function in oop?
Write a program to reverse a string using recursive function?
What is class and object with example?
What is encapsulation oop?
How Do you Code Composition and Aggregation in C++ ?
What is overriding in oops?
Prepare me a program for the animation of train
What is the renewal class?