Object-Oriented Programming (OOP):
- Supports concepts such as classes, objects, inheritance, polymorphism, encapsulation, and abstraction.
Standard Template Library (STL):
- A powerful set of C++ template classes to provide general-purpose classes and functions with templates that implement many popular and commonly used algorithms and data structures like vectors, lists, queues, and stacks.
