Thursday, January 29, 2015

Modify a method while in Runtime

What's wrong with something like this...



private int A(int x, int y)
{
return x + y;
}



Then pass in the appropriate x and y at runtime?

No comments:

Post a Comment