Object-Oriented Simulationrequires much interleaving and tracing through many files and routines. In contrast, building an object-oriented software package is as simple as putting the component objects together like building blocks to achieve the desired results. These blocks can be used in any number of scenarios or program packages, a property referred to as, or related to, polymorphism. In addition to the above, inheritance is an object-oriented feature by which code can be extended easily to accomplish enhanced functionality. And, as we'll see next week, the Java API contains many exciting packages of existing classes which the programmer may put to good use for his own purposes.
The copyright of the article Object-Oriented Simulation in Scientific Computing is owned by Adam Hughes. Permission to republish Object-Oriented Simulation in print or online must be granted by the author in writing.
Go To Page: 1 2 Articles in this Topic Discussions in this Topic |