CSC/ECE 517 Fall 2012/ch1 1w17 ir

From Expertiza_Wiki
Jump to navigation Jump to search

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