Subjects (programming)

From Wikipedia, the free encyclopedia

In computer programming, 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.

[edit] External links