Conclusions
In a non distributed object oriented language:
- Accessing instance variables is as efficient as in non object
oriented languages.
- Dynamic binding is just a little bit less efficient than the static
binding of not object oriented languages.
- The efficient implementation of an object oriented language is in
general complex.
- 7 -