CSC/ECE 517 Fall 2012/ch1 1w17 ir

From Expertiza_Wiki
Revision as of 19:09, 8 September 2012 by Ikjaishw (talk | contribs)
Jump to navigation Jump to search

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