Skip to content

Instantly share code, notes, and snippets.

View Chibuikekenneth's full-sized avatar
💥
Stabilizing my DSAS

Chibuike Kenneth Chibuikekenneth

💥
Stabilizing my DSAS
View GitHub Profile
var schoolInstance = new School();
var oxford = new OxfordUniversity();
//Inject dependency as method parameter
schoolInstance.AttendClass("Kenneth", oxford);