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

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you save a c++ program?

549


Which bit wise operator is suitable for turning off a particular bit in a number?

636


Explain how we implement exception handling in c++?

571


Explain how would you handle a situation where you cannot call the destructor of a local explicitly?

535


what is the use of void main() in C++ language?

636






What is the use of lambda in c++?

571


write a function signature with various number of parameters.

557


What are pointers, when declared, intialized to a) NULL b) Newly allocated memory c) Nothing. Its random

645


What is string in c++ programming?

612


Is swift faster than go?

607


Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened

1072


What is this weird colon-member (" : ") syntax in the constructor?

539


What is the difference between global int and static int declaration?

401


What is c++ best used for?

558


If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

663