CSC/ECE 517 Fall 2012/ch1 1w17 ir
Extending Objects The ‘extend’ feature in computer programming languages allow the programmer to dynamically extend the functionality of an object at runtime, as opposed to extending functionality at compile time. This feature can be found in Object Oriented Programming (OOP) Languages.
Introduction
Languages Using 'extend' functionality
C++
Java
Ruby
Python
Advantages
Disadvantages
Conclusion
References
<references/>