public void GoForRun()
{
GetDressed();
Run();
Shower();
public void LiftWeights()
GetDressed();
Lift();
Shower();
public int FindIntMatch(int i)
var match = (int)container.Get(i);
return match;
public string FindStringMatch(string s)
var match = (string)container.Get(s);
return match;
what kind of code is this
a. Speculative Generality
b. Feature Envy
c. Duplication