what is the main difference between c and c++?
Answer Posted / amit
c++ is a object oriented programming language.
while,
c is a structured based programing language.
In C++ you can create function overloading,
while,
in C you can't run two or more function with the same name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation in simple terms?
Why is oop useful?
What is class in oop with example?
What is a superclass in oop?
Is enum a class?
What are the three parts of a simple empty class?
what type of questions
Write a c++ program to display pass and fail for three student using static member function
What is encapsulation oop?
What is persistence in oop?
What is polymorphism and types?
2. Give the different notations for the class.\
What is encapsulation process?
what are the ways in which a constructors can be called?
What is encapsulation in oops?