OOPS1 Introduction To C++
OOPS1 Introduction To C++
C does not provide the feature of namespace. C++ supports the feature of namespace.
Exception handling is not easy in C. It has to perform C++ provides exception handling using Try and Catch
using other functions. block.
C does not support the inheritance. C++ supports inheritance.
Data Types
• A data type specifies the type of data that a variable can store such as integer,
floating, character etc.