what is the main difference between c and c++?
Answer Posted / arpit singhal
c is a procedure language when c++ is a oop's based language
c++ is a superset of c.
The most important facility that c++ adds on to c are
classes, inheritance, function overloading and operator
overloading.
In c++ we can make the more secure program rather then c.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Can we have inheritance without polymorphism?
Write a program to sort the number with different sorts in one program ??
What is for loop and its syntax?
What is the difference between abstraction and polymorphism?
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
What is solid in oops?
What is an interface in oop?
What is the types of inheritance?
What is the real time example of encapsulation?
What is encapsulation in ict?
What is encapsulation example?
What is the important feature of inheritance?
What are the benefits of oop?
What are benefits of oop?
What is class and object with example?