C++ is a popular programming language. C++ is used to create computer programs, and is one of the most used language in game development.
- C++ can be found in today's operating systems, Graphical User Interfaces, and embedded systems.
 - C++ is an object-oriented programming language which gives a clear structure to programs and allows code to be reused, lowering development costs.
 - C++ is portable and can be used to develop applications that can be adapted to multiple platforms.
 - C++ is fun and easy to learn!
 
- C++ is hybrid language, supports both procedural and OOP paradigm.
 - C++ supports access specifiers and data hiding.
 - Default parameter are supported.
 - C++ contains 90+ reserved keywords.
 - Exceptional handling is supported.
 





Comments
Post a Comment