what is the main difference between c and c++?
Answer Posted / venkatrao
c is procedural programming language while c++ is object oriented language.The main difference is in c++ having reusability and security(because it is object oriented) while
c does not.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is for loop and its syntax?
#include
What is difference between polymorphism and inheritance?
What are classes oop?
Which language is pure oop?
What is object and class in oops?
What is a superclass in oop?
What is a class in oop?
What is object in oop?
What is polymorphism programming?
What is encapsulation oop?
2. Give the different notations for the class.\
What is coupling in oop?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What is destructor oops?