Subject (programming)
Appearance
This article needs attention from an expert in Computer science. Please add a reason or a talk parameter to this template to explain the issue with the article.(November 2008) |
In computer programming within the subject-oriented programming paradigm, subjects are a way to separate concerns. For example, in a Shape class with two methods Draw() and Move(), each method would be considered a subject.
External links
- IBM Subject-oriented programming page
- Hyper/J is an example of this concept.