what is the main difference between c and c++?
Answer Posted / chaitanya pathak
The Main Difference Between C & C++ Are As follows:
1. C programming is a procedure oriented Programming Language.
It is a procedure oriented Language (POL) because Source
has a Exact sequence of Logic. If source code doesn't
follow sequence then compiler doesn't compile your code.
1. On other hand C++ is a truly object oriented programming
language (OOPS) we can say that it is a increment version
of C Programming.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What makes a language oop?
What is the main purpose of inheritance law?
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
How to call a non virtual function in the derived class by using base class pointer
Which language is not a true object oriented programming language?
What is abstraction in oops with example?
What are main features of oop?
What are the 4 pillars of oop?
What is the fundamental idea of oop?
What is overloading in oop?
What does sksksk mean in text slang?
Why is destructor used?
What is difference between abstraction and encapsulation?
What does and I oop mean?
What is ambiguity in inheritance?