what is the main difference between c and c++?
Answer Posted / harsha
C has just the letter C... while C++ has more than just C...
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Which type does string inherit from?
Why oops is important?
What is class in oop with example?
what are the ways in which a constructors can be called?
Can a varargs method be overloaded?
What is destructor example?
Can we create object of abstract class?
What is the main feature of oop?
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).
How is polymorphism achieved?
What is protected in oop?
Why it is called runtime polymorphism?
What is polymorphism what are the different types of polymorphism?
What is a class in oop?
How to use CMutex, CSemaphore in VC++ MFC