| |
GeekInterview.com > Interview Questions > Microsoft > C#
| Print | |
Question: Explicit Implimentation
Answer: What do you mean by Explicit Interface Implimentation? What's Interface Mapping? |
| April 04, 2009 12:16:36 |
#1 |
| cocojojo |
Member Since: April 2009 Total Comments: 1 |
RE: Explicit Implimentation |
| A class that implements an interface can explicitly implement a member of that interface. When a member is explicitly implemented, it cannot be accessed through a class instance, but only through an instance of the interface |
| |
Back To Question | |