difference between c and c++?

Answer Posted / mahesh

=>c does not a class/object concept
=>c++ provides data encapsulation,data
abstraction,polymorphism.
=>c++ support all c syntax
=>in c passing value to a function is "call by value"
where c++ its "call by reference"

Is This Answer Correct ?    173 Yes 78 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why is c++ still best?

566


Does c++ have foreach?

534


Explain virtual class?

601


How can you say that a template is better than a base class?

592


What is the difference between interpreters and compilers?

643






What is the word you will use when defining a function in base class to allow this function to be a polimorphic function?

682


Which software is best for c++ programming?

584


Explain what are the sizes and ranges of the basic c++ data types?

652


What are the five basic elements of a c++ program?

595


What is pointer to array in c++?

630


What is c++ namespace?

718


What is increment operator in c++?

568


Write a program to add three numbers in C++ utilizing classes.

631


Ask to write virtual base class code?

2163


Explain the properties and principles of oop.

543