What type of programming techniques does C++ provide that the C language does not?
What will be an ideal response?
C++ has the ability to write classes, use inheritance (also provide virtual functions, overload functions and operators, and all basic object-oriented language capabilities.)
Computer Science & Information Technology