What are advantages of C++ when comparing with C?

Answers were Sorted based on User's Feedback



What are advantages of C++ when comparing with C?..

Answer / hari krishna pillai

Well!! This will results long and very long answer or
discussion. To make it short, C++ is a general purpose
programming language with a bias towards systems
programming that It is a better C, supports Data
Abstraction, supports Object Oriented Programming and
Generic Programming.

Is This Answer Correct ?    49 Yes 8 No

What are advantages of C++ when comparing with C?..

Answer / reegan

data security,data encapsulation,reusability

Is This Answer Correct ?    39 Yes 9 No

What are advantages of C++ when comparing with C?..

Answer / atreyee

A program in C is unstable compared 2 C++
Encapsulation,Inheritance in C++.

Is This Answer Correct ?    28 Yes 10 No

What are advantages of C++ when comparing with C?..

Answer / mohana

stonger typing: the type system in c++ is stronger than in c

Is This Answer Correct ?    24 Yes 10 No

What are advantages of C++ when comparing with C?..

Answer / a geek

We can not compare C to C++.
C++ programming is object oriented and and lot of features
which are no way achievable in C easily.

Is This Answer Correct ?    20 Yes 6 No

What are advantages of C++ when comparing with C?..

Answer / shami

C++ IS A NEW VERSION OF C,WHICH ACHEIVES EASY WAY OF
PROGRAMING USING OO APPROACH.

Is This Answer Correct ?    16 Yes 6 No

What are advantages of C++ when comparing with C?..

Answer / bhuvana

C++ is an object oriented programming language.And it has
the main features of classes & objects, inheritances,
polymorphism.

Is This Answer Correct ?    12 Yes 4 No

What are advantages of C++ when comparing with C?..

Answer / hari prasanth

c is a computer programming language and c++ is a object
oriented programming language

Is This Answer Correct ?    11 Yes 3 No

What are advantages of C++ when comparing with C?..

Answer / swathi

c++ is an extension of c with some additional features like encapsulation,inheritance,etc. which makes the program to easily understand

Is This Answer Correct ?    1 Yes 0 No

What are advantages of C++ when comparing with C?..

Answer / k

c


















c++ is object oriented program. the main advatage is we can reuse the code and well structured and secured...
c

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More C++ General Interview Questions

if there is binary tree which one is the easiest way to delete all child node?

1 Answers   Persistent,


What is binary search in c++?

0 Answers  


What is the best sorting algorithm, when there is a large amount of data, that cannot be fit in the main memory. ?

1 Answers   Yahoo,


What are shallow and deep copies?

0 Answers  


What is new in c++?

0 Answers  






What are inline functions? What is the syntax for defining an inline function?

0 Answers  


how to connect with oracle 9i with server in socket program in c/c++

0 Answers   3i Infotech,


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

0 Answers  


Explain the problem with overriding functions

0 Answers  


What about Virtual Destructor?

1 Answers   Virtusa,


What is the use of endl?

0 Answers  


How would perform Pattern Matching in C++?

0 Answers   Genpact,


Categories