what is the main difference between c and c++?
Answer Posted / riddhi
c is d structed oriented lang and c++ is an object oriented
lang .
both have different i/o functions..
c doesn't hv classes and objects at all..
In c++ there is inheritance ....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Templates mean
#include
Can static class have constructor?
Is enum a class?
How long to learn object oriented programming?
How does polymorphism work?
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
How Do you Code Composition and Aggregation in C++ ?
What is polymorphism give a real life example?
Why is abstraction used?
Which language is pure oop?
Can we override main method?
What is encapsulation process?
What is static in oop?
What is polymorphism explain?