CSC/ECE 517 Fall 2012/ch1 1w17 ir: Difference between revisions
Jump to navigation
Jump to search
Line 5: | Line 5: | ||
== Introduction == | == Introduction == | ||
The ‘extend’ feature in computer programming languages allow the programmer to dynamically extend the functionality of an object at runtime, as opposed to extending functionalities at compile time. | |||
== Languages Using 'extend' functionality == | == Languages Using 'extend' functionality == | ||
===C++=== | ===C++=== |
Revision as of 19:05, 8 September 2012
Extending Objects
Introduction
The ‘extend’ feature in computer programming languages allow the programmer to dynamically extend the functionality of an object at runtime, as opposed to extending functionalities at compile time.
Languages Using 'extend' functionality
C++
Java
Ruby
Python
Advantages
Disadvantages
Conclusion
References
<references/>