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 are the two types of comments, and how do they differ?

576


What is the use of bit fields in structure declaration?

544


Can you explicitly call a destructor on a local variable?

604


How static variables and local variablesare similar and dissimilar?

568


What is unary operator? List out the different operators involved in the unary operator.

590






Can a built-in function be recursive?

588


Describe friend function & its advantages.

717


Why was c++ made?

654


Should a constructor be public or private?

541


How should a contructor handle a failure?

690


what is pre-processor in C++?

599


What is the array and initializing arrays in c++?

510


What is the main purpose of c++?

551


Comment on assignment operator in c++.

714


Differentiate between an array and a list?

710