what is the main difference between c and c++?
Answer Posted / akash dilwaria
c is function driven while c++ is object driven,
c++ supports function overloading while c does not ;
c is a top down approach while c++ follows bottom up approach.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do while loop is used?
What are the benefits of polymorphism?
What is encapsulation process?
What are the 4 main oop principles?
What is object and class in oops?
What is the example of polymorphism?
Why is destructor used?
What is the difference between abstraction and polymorphism?
What is property in oops?
Why is abstraction needed?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What are the 3 pillars of oop?
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What does sksksk mean in text slang?
Is abstract thinking intelligence?