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


Please Help Members By Posting Answers For Below Questions

What is this pointer in oop?

547


What is protected in oop?

598


Why multiple inheritance is not possible?

590


Can destructor be overloaded?

591


What type of loop is a for loop?

678






What is encapsulation in simple terms?

532


Whats oop mean?

584


what is the drawback of classical methods in oops?

2908


What is object in oop with example?

688


What is the difference between procedural programming and oops?

546


What are the 4 main oop principles?

669


What is a class oop?

588


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1383


What is data binding in oops?

576


any one please tell me the purpose of operator overloading

1959