1.

State a few benefits of using C ++ as a language.

Answer»

A few benefits of using C ++ as a language are as follows:

  • C++ not only preserves all parts of the C language but also simplifies memory management.
  • C++ is a highly PORTABLE language, which implies that CODE written in it may operate on any platform.
  • Classes, objects, inheritance, polymorphism, and abstraction are all ideas of C++, which is an object-oriented programming language.
  • Inheritance is a notion in C ++. Through inheritance, unnecessary code can be removed and existing classes can be reused.
  • Data HIDING aids the programmer in creating secure APPLICATIONS that are not vulnerable to intruders.
  • Message passing is a communication method that allows objects to communicate with ONE another.
  • C++ has a large library of functions.


Discussion

No Comment Found