InterviewSolution
Saved Bookmarks
| 1. |
What is c++ & why it is used? |
|
Answer» C++ is the object-oriented programming LANGUAGE.C++ is considered as one of the most ESTEEMED languages to work with when it comes to OPERATING systems, and games.C++ language is a middle-level programming language designed by Bjarne Stroustrup in the YEAR 1979 in Bell Laboratories. It is an object-oriented language that has features like Inheritance, Polymorphism, Encapsulation, and Abstraction. It is used to teach the graphics libraries in high-level applications and the applications that are used to communicate with devices over the network. |
|