Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8567549
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T17:54:30+00:00 2026-06-11T17:54:30+00:00

I have a code some thing below. interface IFirst { void Show(); } public

  • 0

I have a code some thing below.

interface IFirst
{
   void Show();
}

public class Test : IFirst
{
   void IFirst.Show()
   {
       Console.WriteLine("First");
   }
}

Here in the implementation class i cannot provide public access specifier for Show().
How can i call this Show() from main program?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T17:54:31+00:00Added an answer on June 11, 2026 at 5:54 pm

    Explicit interfaces methods can only be accessed through the interface and not through the class that implement them.

    In your code, you can cast an instance of your class to the interface and then reference the method/property that was explicitly defined.

    MSDN Link on Explicit Interface:
    http://msdn.microsoft.com/en-us/library/ms173157%28v=vs.100%29.aspx

    Another question asking a similar thing:
    Compilation Error: "The modifier 'public' is not valid for this item" while explicitly implementing the interface

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Let us say we have some code that looks like below: @interface SomeClass :
So I have a basic class that inherits an interface as below public interface
I have below code written with Eclipse ide: public interface X { final public
I have something like the code below: for(int i=0;i<10;i++){ button=new JButton(buttons[i]); button.addActionListener(new ActionListener(){ public
I have javascript code some thing like this -- var count=3; var pl=new Array(count);
Does the code below smell? I'm refactoring some code and have discovered this circular
I have code in global.asax that sets some things in cache with CacheItemRemovedCallback. When
I have some code which I think has extra release statements. Is the code
I have some code which I think should compile, but doesn't: import java.io.InputStream; import
I'm currently refactoring some Javascript code we have and amongst other things I've changed

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.