Skip to content

Instantly share code, notes, and snippets.

@hsynkrcf
Created November 10, 2022 00:34
Show Gist options
  • Save hsynkrcf/7314a3f64696680ebbec630311a2bab7 to your computer and use it in GitHub Desktop.
Save hsynkrcf/7314a3f64696680ebbec630311a2bab7 to your computer and use it in GitHub Desktop.
YES OCP
public class PhoneFactory
{
public void MakePhone(Phone phone)
{
phone.Make();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment