CSC/ECE 517 Fall 2012/ch1 1w17 ir: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
<big><big>'''Extending Objects'''</big></big>
<big><big>'''Extending Objects'''</big></big>
 
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.
__TOC__
__TOC__



Revision as of 19:09, 8 September 2012

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/>