<<< Procedural Paradigm Summary | Index | Object-Oriented Programming Languages >>> |
Inheritance.
Polymorphism.
No free agent (global) variables...
...The only variables allowed are the data members of the classes.
No free agent (global) functions...
...The only functions are the methods of the classes.
<<< Procedural Paradigm Summary | Index | Object-Oriented Programming Languages >>> |