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

From Expertiza_Wiki
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 ==

Revision as of 19:06, 8 September 2012

Extending Objects

Introduction

Languages Using 'extend' functionality

C++

Java

Ruby

Python

Advantages

Disadvantages

Conclusion

References

<references/>