What is the difference between C and C++?

C language

Difference between C and C++


C pursues the procedural programming worldview

C++ is a multi-worldview dialect (procedural and in addition question situated)

In C dialect center around system and steps.

C++ centers around the information as opposed to the procedure

In C information covering up and information security isn't conceivable.

In C++Data stowing away and information security is available.

C utilizes Top-Down methodology

C++ utilizes Bottom-Up methodology

C is a capacity driven programming dialect

C++ is a question driven programming dialect

C does not bolster over-burdening idea

C++ underpins over-burdening ideas like administrator over-burdening and capacity over-burdening

C does not bolster namespaces idea

C++ bolsters Namespaces idea.

C not bolster special case taking care of

C++ bolsters Exception Handling

C is organized programming dialect

C++ is question arranged programming dialect.

C does not bolster legacy, reusability, polymorphism, information reflection

C++ bolsters legacy, reusability, polymorphism, information deliberation.

C dialect just help Early official

C++ underpins both Early and Late authoritative

C utilizes standard information, yield capacities like scanf and printf.

C++ utilizes input work cin and yield work is cout.

Post a Comment

0 Comments