what are difference between c and c++?

Answer Posted / jaz

C++ is not an object based language. It is an object
oriented language. An object based language + Inheritance +
polymorphism makes a language object oriented.

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the basic structure of c++ program?

577


What is using namespace std in c++?

620


Is c++ primer good for beginners?

599


Which is not a valid keyword a) public b) protected c) guarded

751


Can we specify variable field width in a scanf() format string? If possible how?

675






What do you mean by inheritance in c++?

616


Can circle be called an ellipse?

646


What character terminates all character array strings a) b) . c) END

684


Does c++ have arraylist?

552


Is map sorted c++?

529


What is a constant? Explain with an example.

567


What are c++ stream classes?

570


Define copy constructor.

629


How would you call C functions from C++ and vice versa?

648


Evaluate !(1&&1||1&&0) a) Error b) False c) True

713