what is the main difference between c and c++?
Answer Posted / prabhu
C is a Procedure Oriented Language(POP)
C++ is Object Oriented Programming Language(OOP)
C is Top-Down Approach
C++ is Bottom up Approach
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why oops is important?
What is abstract class in oops?
What is destructor in oop?
write a C++ program for booking using constructor and destructor.
What is polymorphism used for?
What is the diamond problem in inheritance?
What is inheritance in simple words?
Can a varargs method be overloaded?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
What is overriding in oops?
What is difference between multiple inheritance and multilevel inheritance?
Get me a number puzzle game-program
Which type does string inherit from?
How long to learn object oriented programming?
What are classes oop?