Please enable JavaScript.
Coggle requires JavaScript to display documents.
features of C++ language - Coggle Diagram
features of C++ language
Object Oriented
It follows concept of oops like polymorphism, inheritance, encapsulation, abstraction
-
Simple
C++ provides a structured approach wherein you can break the problem into parts and design the solution modularly
Platform Dependent
the language in which programs can be executed only on that operating system where it is developed & compiled
-
-
-
-
-
Compiler based
-
Without compilation, no C++ program can be executed
-