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

What will the line of code below print out and why?

0 Answers  


How the programmer of a class should decide whether to declare member function or a friend function?

0 Answers  


How important is c++?

0 Answers  


when can we use copy constructor?

6 Answers   HP,


Discuss the possibilities related to the termination of a program before entering the mainq method?

0 Answers  






Comment on assignment operator in c++.

0 Answers  


What do you mean by delegate? Can a user retain delegates?

0 Answers  


What is the type of 'this' pointer? When does it get created?

0 Answers  


What is a conversion constructor?

1 Answers  


What is private inheritance?

0 Answers  


Can you sort a set c++?

0 Answers  


How did c++ get its name?

0 Answers  


Categories