what is the main difference between c and c++?
Answer Posted / aalya malhotra
1.C is an procedural language whereas C++ is an object
oriented language.
2.C emphasis more on functions and C++ emphasis more on
data.
3.C is used to design medium sized programs whereas C++is
used to design large size programs .
4.C uses header files like <stdio.h>and <conio.h> where as
C++ uses <iostream.h>,<conio.h>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the real time example of encapsulation?
Can private class be inherited?
Can we define a class within the interface?
What are the important components of cohesion?
What is abstraction in oop with example?
What is methods in oop?
What is encapsulation example?
What is encapsulation c#?
Get me a number puzzle game-program
write a program to find 2 power of a 5digit number with out using big int and exponent ?
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What are main features of oop?
what is difference between class template and template class?
How to improve object oriented design skills?
c++ program to swap the objects of two different classes