If I have an internal class that implements an interface, the interface method must be public. Is that interface method visible to other assemblies or does the internal class that implements the interface prevent it from being visible?
zachattack05 70 Posting Pro in Training
Recommended Answers
Jump to PostIf the internal class isn't public then other classes cannot 'see' it.
All 2 Replies
Momerath 1,327 Nearly a Senior Poster Featured Poster
zachattack05 commented: Thank you sir! +2
zachattack05 70 Posting Pro in Training
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.