Paul has a couple of great definitions of Generic and Enterprise :-)
I thought I'd add to the dictionary:
- Object Oriented - any program written in a language containing the word "class"
- Encapsulation - ensuring that all member variables are private and have public get and set methods.
Comments