Features of C++ (original) (raw)

Last Updated : 26 Sep, 2025

C++ is an object-oriented programming language developed by Bjarne Stroustrup in 1979. It was developed as an enhancement of the C language to include object-oriented paradigm.

features_of_c_

Object-Oriented Programming

It is an Object-Oriented language unlike C which is procedural oriented programming, hence efficiently models real-world problems and supports large-scale applications like OS, compilers, and simulations.

Machine Independent

High Level Language

Statically Typed

Case Sensitive

Compiled

Dynamic memory allocation

Existence of Libraries

Multi-threading

Fast and Simple

Templates