C++ is an improved and higher level of C with more features and abilities built in it.
Apart from the regular features of C the other features which C++ possess which makes it a higher level of C are classes, objects, constructors and destructors, virtual functions, concept of polymorphism, abstract classes, able to provide access levels like public, private and protected for members, friend functions, operator overloading, exception handling and so on.
There are lots more features available in C++ which makes users to have more robust application built. Thus it is possible for C++ to have all abilities of C in addition to more features built in it.
How is C++ a higher level of C?
C++ is an improved and higher level of C with more features and abilities built in it.
Apart from the regular features of C the other features which C++ possess which makes it a higher level of C are classes, objects, constructors and destructors, virtual functions, concept of polymorphism, abstract classes, able to provide access levels like public, private and protected for members, friend functions, operator overloading, exception handling and so on.
There are lots more features available in C++ which makes users to have more robust application built. Thus it is possible for C++ to have all abilities of C in addition to more features built in it.
Profile Answers by GeekAdmin Questions by GeekAdmin
Questions by GeekAdmin answers by GeekAdmin
Related Answered Questions
Related Open Questions