What is the difference between the C & C++?

Answer Posted / keerthi

c c++
c is procedure oriented
language c++ object oriented language

C is top to down approach C++ is bottom up approach

C doesnot supports
functionoverloading C++ supports

C is not more secure
C++ is more secure because
of encapulation
C does not related to whole
world entity
C++ relates whole world
entity

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Who invented oop?

659


Why is static class not inherited?

601


• What are the desirable attributes for memory managment?

1728


How do you define a class in oop?

628


What is a class oop?

594






What are objects in oop?

610


What are benefits of oop?

639


What is a function in oop?

633


What is polymorphism in oops?

560


What exactly is polymorphism?

610


What are the advantages of polymorphism?

577


What is polymorphism oop?

623


How to use CMutex, CSemaphore in VC++ MFC

4333


Can a destructor be called directly?

605


There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.

1460