what is the main difference between c and c++?
Answer Posted / s. govind
C++ is an extension of c.
More features are available in C++ than C.
C is a basic step for C++.
The header files are different for C & C++.
C++ is an object oriented, but c is a procedure oriented.
C is top down approach but C++ is bottom up approach.
Data is not secured in C but data is secured in C++
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is cohesion in oop?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
How does polymorphism work?
What is stream in oop?
What is abstraction in oop with example?
What are oops methods?
What is a class and object?
What are the 4 main oop principles?
What is the difference between encapsulation and polymorphism?
What is polymorphism and types?
Why is polymorphism important in oop?
Write a program to reverse a string using recursive function?
What are the advantages of polymorphism?
What is debug class?what is trace class? What differences are between them? With examples.
Why is oop better than procedural?