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

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the isa and hasa class relationships.

570


How can you prevent accessing of the private parts of my class by other programmers (violating encapsulation)?

619


Where Malloc(), Calloc(), and realloc() does get memory?

588


How a pointer differs from a reference?

666


What are manipulators used for?

589






Explain what you mean by a pointer.

601


What is searching?

613


Why is c++ called oops?

535


Which software is used to run c++ program?

524


Can non-public members of another instance of the class be retrieved by the method of the same class?

583


Define 'std'.

585


Can circle be called an ellipse?

611


Explain about vectors in c ++?

574


What is meant by forward referencing and when should it be used?

527


How does the copy constructor differ from the assignment operator (=)?

597