Page 6 - INTRODUCTION_TO_C++_Neat
P. 6
WEEN C AND C++
C++
C++ is non-Procedural i.e. Object oriented
Language.
Bottom up approach adopted in Program
Design.
Multiple Declaration of global variables are
not allowed.
C++ allows the declaration of variable anywhere in
the scope i.e. at time of its Firstuse.
In C++, new and delete operators are used for
Memory Allocating and Deallocating.