G
Guest
Sorry if this sounds like a newbie question.
I have two classes in my app, A & B. each class has a public method called
"EchoTime()". In my UI ,user chooses wether to call EchoTime() from A or B
and then I have to dynamically instantiate the appropriate class and call tis
method.
1) How can I do that?
2) Is it the concept of late binding?
Thanks
I have two classes in my app, A & B. each class has a public method called
"EchoTime()". In my UI ,user chooses wether to call EchoTime() from A or B
and then I have to dynamically instantiate the appropriate class and call tis
method.
1) How can I do that?
2) Is it the concept of late binding?
Thanks