Often you will need to refer the functions
and variables in base classes, without creating any instances or
objects. The :: operator is being used for this. In the following example,
we are using the base class very similar to Structure (Struct) in C++
programming.
(Click Me)