what is the main difference between c and c++?
Answer Posted / shaik usman ali
IN "C" WE CAN'T FOUND OPERATOR OVERLOADING CONCEPT WHERE AS
IN C++ IT IS POSSIBLE.THIS IS THE FIRST AND FORE MOST
DIFFERENCE BETWEEN THESE TWO LANGUAGES.
THAT TO BE "++ OPERATOR OVERLOATING" IS DONE FIRST.
THIS IS THE MAJOR DIFFERENCE BETWEEN C AND C++ PROGRAMMING
LANGUAGES.
| Is This Answer Correct ? | 214 Yes | 52 No |
Post New Answer View All Answers
What is encapsulation in oops?
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).
Why do we need oop?
What is the types of inheritance?
What is a class oop?
What are the benefits of interface?
What do you mean by overloading?
What do you mean by abstraction?
what's the basic's in dot net
Why is oop better than procedural?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
Why we use classes in oop?
Can a destructor be called directly?
What are properties in oop?
What is difference between abstraction and encapsulation?