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

You might also like to view...

A worksheet is the main work area in Excel

Indicate whether the statement is true or false

Computer Science & Information Technology

What does double d = 1 / 2.0; System.out.println(d); do and why?

What will be an ideal response?

Computer Science & Information Technology