Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
There are three classes A,B & C. All the three classes have a method called m(). I have to call the method m() from A, B or C according to the argument .For eg. if the argument is int it should call the method m() from class A. If it is char it should call m() from B. if it is string, it should call m() from C. At the same time the caller should not be aware which m() we are calling. What is the solution.
Profile Answers by Rajseek Questions by Rajseek
Questions by Rajseek
Related Answered Questions
Related Open Questions