Saved Bookmarks
| 1. |
Mention any two benefits of C++. |
|
Answer» 1. C++ is a highly portable language and is often the language of choice for multi – device, multi – platform app development. 2. C++ is an object – oriented programming language and includes classes, inheritance, polymorphism, data abstraction and encapsulation. |
|