Sunday, September 24, 2006
Ambiguous Match
When class implements two or more interface(or extends classes) containing same member varaible type(say, int i). Referencing this variable in the new class will cause ambiguous match for compiler as long as that variable is not redefined in the new class. Redefining the variable in new class will resolve the issue.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment