Date Range
Date Range
Date Range
Dan Monahan
427 N. Patrick St
Alexandria, Virginia, 22314
United States US
Keyboard Technique in Microsoft Word.
And you can be, too. Why do I do what I do? Is it to collect a paycheck? No, but that is a benefit of what I do. The reason that I do what I do for a living is to change peoples lives for the better through education. Addressing something at work frustrates you.
Wednesday, June 7, 2017. Dependency Inversion Principle basically says that when a class A depends on class B, do not instantiate class B in class A. Instead create a interface I that class B can implement and make class A depend on the interface I. This way we can plug in any other classes that implement from interface I in class A. Basically the code should depend upon abstractions. By depending upon abstractions, we are decoupling implementations from each other. Wednesday, November 4, 2015.