Method calling at runtime
800289Dec 17 2009 — edited Dec 18 2009Is there a way to decide a method calling at runtime. For example, I have two methods will do same operation with conditions, I want to select the method according to my needs. I dont want to check which method I want each and every time, I want to decide it initially and make the call at runtime.