There is a point to this story, but it has temporarily escaped my mind...
Contact Me MyFaceBook MyLinkedIn MyGitHub MyTwitter

Glossary

These are terms that I may/may not use on my site…

Programming Acronyms

AJAX Asynchronous JavaScript and XML
CI Continuous Integration (see also CruiseControl.Net)
DI Dependency Injection (see also MSDN)
DRY Don't Repeat Yourself - aka Once and Only Once - no duplicate code or information.
MVC Model View Controller (see also recent videos of MS MVC Framework)
MVP Model View Presenter (also, Microsoft's Most Valuable Professional award)
TDD Test Driven Development - aka Test First Development. See also MSDN
YAGNI You Ain't Gonna Need It - Agile development practice suggesting you build only what you need right now.

Object-Oriented Programming

(adapted from Wikipedia: http://en.wikipedia.org/wiki/Object-oriented_programming)

Class Defines the abstract characteristics of a thing. Class Names should be nouns. Components of a class include: A thing's characteristics (attributes, fields, properties), A thing's behaviors or thing it can do (methods, operations) FIXME
Encapsulation Encapsulation conceals the functional details of a class.
Inheritance A class that inherits another class are usually specialized versions of the parent class. This sub-class inherit attributes and behaviors from their parent classes, and can introduce their own.
Polymorphism Polymorphism allows you to treat derived class members just like their parent class' members.
Copyright © 2022 by Julian Easterling. SOME RIGHTS RESERVED.
Privacy Policy              Terms of Use             


Creative Commons License
Except where otherwise noted, content on this site is
licensed under a Creative Common Attribution-Share Alike 4.0 International License.


All of the opinions expressed on this website are those of Julian Easterling and
do not represent the views of any of my current and previous clients or employers in any way.

If you notice an error on the site or content that has not been properly attributed, bring
it to my attention using the contact page and I will endeavor to fix it as soon as I can.

I accept no responsibility or liability for any damages incurred by following any of
my advice or by using any of the information on my site or of those sites that I link to.