what is the main difference between c and c++?
Answer Posted / j.balaji
C is oldest programming language.but c++ is the advanced version of C.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Templates mean
Can we have inheritance without polymorphism?
can inline function declare in private part of class?
What is class and example?
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).
What is inheritance in simple words?
How many human genes are polymorphic?
What is the real life example of polymorphism?
Why polymorphism is used in oops?
What do you mean by overloading?
What does <> mean pseudocode?
what is different between oops and c++
#include
Can enum be null?
Why is destructor used?