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
What are the components of marker interface?
What are the types of abstraction?
What is inheritance in oop?
#include
What is overloading in oop?
What is ambiguity in inheritance?
What is encapsulation with real life example?
write string class as your own class in java without using any built-in function
what are the different types of qualifier in java?
What is inheritance in simple words?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
What is the important feature of inheritance?
Can we create object of interface?
What is the purpose of enum?
can inline function declare in private part of class?