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
What does <> mean pseudocode?
Which language is not a true object oriented programming language?
is there any choice in opting subjects like 4 out of 7
What is meant by oops concept?
What is multilevel inheritance?
Why is abstraction used?
Can a varargs method be overloaded?
Why do we use polymorphism?
What are the three main types of variables?
What are two types of polymorphism?
What is the difference between inheritance and polymorphism?
Why is it so that we can have virtual constructors but we cannot have virtual destructors?
What is a class oop?
Why is static class not inherited?
Is enum a class?