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

What are the 2 main types of data structures?

581


Which bit wise operator is suitable for putting on a particular bit in a number?

715


Explain the difference between c & c++?

579


Define anonymous class.

621


Why c++ is created?

572






Is c++ used anymore?

582


Can c++ be faster than c?

597


Can constructor be static in c++?

633


What is the use of bit fields in structure declaration?

536


What is a string example?

545


Where can I run c++ program?

597


Why c++ is called oop?

593


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

828


How to get the current position of the file pointer?

550


Explain how overloading takes place in c++?

568