Dependency Injection

From bibbleWiki
Revision as of 01:05, 1 February 2021 by Iwiseman (talk | contribs) (Created page with "=Introduction= Dependency Injection or '''DI''' is when we provides the things we need into another object. <br> File:DI Intro.png <br> Originally in OO is was thought bet...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

Dependency Injection or DI is when we provides the things we need into another object.

Originally in OO is was thought better to hide the internal objects and create them inside the object.