| |
GeekInterview.com > Interview Questions > Microsoft > C#
| Print | |
Question: Explicit Implimentation
Answer: What do you mean by Explicit Interface Implimentation? What's Interface Mapping? |
| August 08, 2009 06:19:44 |
#2 |
| chintan.desai |
Member Since: July 2009 Total Comments: 8 |
RE: Explicit Implimentation |
When class implement interface, user mandatory needs to specify interface method body. Such implementation is called as Exlicit implementation. All the signature of interface API must be compatible with interface API. Dervice class can also define their own API. |
| |
Back To Question | |