·
C++
is object oriented programming language and it follows concept of oops like polymorphism, inheritance,
encapsulation, abstraction.
·
It is
simple language so that it is very easy to understand.
·
C++ is a compiler based programming language that means
without compilation C ++ program cannot be executed. First we need compiler to
compile our program and then execute
·
C++
is portable programming language
because when we write and compile any C++ program
on window operating system that program easily run on other window based system
·
C++ is platform dependent
programming language because the program is executed in the same
operating system where that was developed and compiled but not run and execute
on other operating system.
·
Programs
written in C++ languages are powerful, efficient and fast.
·
C++
is highly portable because programs once written in C++ can be run on other
machines.
·
C++
is easily extensible.
·
C++ supports pointer and we can use pointers for
memory, structures, functions, array etc.
·
C++ is called as middle
-level language, as it supports both high and low level language features.
No comments:
Post a Comment