Please enable JavaScript.
Coggle requires JavaScript to display documents.
C++ - Coggle Diagram
C++
OPP
Advantages of OOP
easy re-use
low maintenance requirement
reduced susceptibility to errors
data hiding
data encapsulation for controlled access to object data
inheritance
by creating derived classes (including multiple derived classes)
data abstraction
the creation of classes to describe objects
polymorphism
the implementation of instructions that can have varying effects during program execution.
OOP objects combine data (properties) and functions (capacities).
C
efficient
close to the machine
universal
portable
Extensions
exception handling
templates