• OO facist (unregistered) in reply to Tobias
    Tobias:
    Trigger...interface...reflection....guh?

    Are these special Microsoft things, or do I just not know how to program after all?

    On the off chance that you're not taking the piss....

    Trigger is from event-driven programming. You've had them in RDBMS since back in the 90s. Also in many many languages.

    Interface is an abstract contract for the API of a component. Mostly in OO so far as I know. It allows multiple implementations to implement the same interface (= polymorphism) without having to extend the same base type/component.

    Reflection is being able to inspect the structure/API of a component.

Leave a comment on “Completely missing the point...”

Log In or post as a guest

Replying to comment #:

« Return to Article