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


Please Help Members By Posting Answers For Below Questions

What is encapsulation example?

613


What is destructor oops?

688


What is super in oop?

674


Can destructor be overloaded?

661


What is the real time example of encapsulation?

664






Why is oop useful?

670


What are the benefits of oop?

676


What is the difference between static polymorphism and dynamic polymorphism?

686


What is the fundamental idea of oop?

702


What is a class oop?

655


What is byval and byref? What are differences between them?

1760


What is pointer in oop?

603


What is oops and its features?

666


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1460


what are the realtime excercises in C++?

2400