what is the main difference between c and c++?
Answer Posted / pavankumarreddy
c is an object based language where as c++ is an object
oriendted languague. c doesnot supports oops concept,c++
supports oops.
in c there is no cocept of operator overloading, where as
it is in c++.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does oop mean in snapchat?
What is polymorphism and example?
What is encapsulation selenium?
what are the realtime excercises in C++?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
Can a destructor be called directly?
What are two types of polymorphism?
What is class encapsulation?
Why do we use inheritance?
What is polymorphism and types?
What is inheritance in simple words?
Why do we use encapsulation in oops?
What is encapsulation in oops?
How to hide the base class functionality in Inheritance?
write a program that takes input in digits and display the result in words from 1 to 1000