what is the main difference between c and c++?

Answer Posted / t.saranya

c is structured programming language but c++ is object oriented programming language.
data is not secured in but c++ is data's are secured.
c does not support the c++program,but c++ support the c program.
c is low level language,but c++ is high level language.
c++ support operator overloading,c does not support.
c is top down,c++ is bottom up,

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does it mean when someone says I oop?

575


Write a program to reverse a string using recursive function?

1788


What is encapsulation example?

545


what are the realtime excercises in C++?

2331


any one please tell me the purpose of operator overloading

1962






Why is it so that we can have virtual constructors but we cannot have virtual destructors?

3818


Write a program to compute for numeric grades for a course. The course records are in a file that will serve as the input file. The input file is in exactly the following format: Each line contains a student's first name, then one space, then ten quiz scores all on one line. The quiz scores are in whole number and are separated by one space. Your program will take it input from this file and sends it output to a second file. The data in the output file will be exactly the same as the data in the input file except that there will be one additional number (of type double) at the end of each line. This number will be the average of the student's ten quiz scores. Use at least one function that has file streams as all or some of its arguments.

2567


What are the two different types of polymorphism?

666


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1403


What is static modifier?

630


What is encapsulation oop?

574


Why it is called runtime polymorphism?

573


what is graphics

2004


What is multilevel inheritance in oop?

552


What are oops functions?

580