C++ (OOPS):

 

C++ is a general-purpose, middle-level programming language with high-level and low-level capabilities. It is a statically typed free-form multi-paradigm language, supporting procedural programming , data abstraction , object-oriented programming , and generic programming . Since the 1990s, C++ has been one of the most popular commercial programming languages. The term middle-level does not imply that C++ is less powerful, harder to use, or less developed than high-level languages, nor that it has the cumbersome nature of low-level languages. Rather it combines the best elements of high-level languages with the flexibility of assembly language.

QUIZ QUESTION ON C++ (OOPS)
SAMPLE PAPER OF C++