posted 23 years ago
Extensible basically means that you can expand on what is currently built. So if someone has a class that they have built, you can use that class and build on that even more. I may make a class called Graph that accesses the graphipcs library and builds some simple graphs for me. If I leave exposed some of the functionality of this class, you may be able to build on it. Example, you might create a class that extends from Graph called BarGraph and yet another one called PieGraph. This makes the language very powerful and makes code reuse a key component of the language.
Dale
------------------
By failing to prepare, you are preparing to fail.
Benjamin Franklin (1706 - 1790)
By failing to prepare, you are preparing to fail.<br />Benjamin Franklin (1706 - 1790)