what is the main difference between c and c++?
Answer Posted / k.r.sukumar
The main difference between c and c++ is that " C is a
structured programming language while C++ is an object
programming language and also we have templates in C++ that
is not the case in C
| Is This Answer Correct ? | 946 Yes | 139 No |
Post New Answer View All Answers
Why is oop useful?
What is the difference between abstraction and polymorphism?
What is abstract class in oops?
What are the data types in oop?
What is abstraction encapsulation?
when to use 'mutable' keyword and when to use 'const cast' in c++
why reinterpret cast is considered dangerous?
INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?
What is the significance of classes in oop?
which feature are not hold visual basic of oop?
What are the components of marker interface?
What are constructors in oop?
What are the benefits of polymorphism?
What is constructor in oop?
Why do we use polymorphism in oops?