what is the main difference between c and c++?
Answer Posted / akash dilwaria
c is function driven while c++ is object driven,
c++ supports function overloading while c does not ;
c is a top down approach while c++ follows bottom up approach.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
Why do we use class?
Can a destructor be called directly?
What is object-oriented programming? Webopedia definition
Is data hiding and abstraction same?
What is the important feature of inheritance?
What are main features 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).
Why do we use oops?
Why we use classes in oop?
What is abstraction in oop with example?
What do you mean by variable?
What is oops in simple words?
What is polymorphism what is it for and how is it used?
What is interface in oop?