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 9000909
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:22:08+00:00 2026-06-16T00:22:08+00:00

I did not fully understand using Interfaces, so I have to ask :-) I

  • 0

I did not fully understand using Interfaces, so I have to ask 🙂

I use a BaseClass, which implements the IBaseClass interface.These interface only contains one declaration :

public interface IBaseClass
{
    void Refresh ();
}

So I have implement a Refresh method in my Baseclass :

    public void Refresh ()
    {
        Console.WriteLine("Refresh");
    }

Now I want to use some classes which extends from these Baseclass and implements the IBaseClass interface :

    public class ChildClass : BaseClass,IBaseClass
    {
    }

But cause of the implementation of “Refresh” into my BaseClass I does not have to implement the method again. What should I do, to force the implementation of “Refresh” into all childs of BaseClass as well as all childclasses of childclass.

Thanks kooki

  • 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-16T00:22:08+00:00Added an answer on June 16, 2026 at 12:22 am

    You cannot force derived classes to re-implement the method in the way that you have specified. You have three options:

    1. Do not define refresh in the base class. The interface will force child classes to implement it.
    2. Eschew the interface if its only purpose was to force implementation and declare the base class as abstract as well as refresh, for which you would not give an implementation.
    3. Define refresh in the base class as virtual. This allows overrides but will not force them. This is how ToString() works.

    This is all assuming that your base class is larger than a single method. If indeed your code is exactly what you posted then Oded’s answer is the best choice.

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

Sidebar

Related Questions

Did not have luck with these examples: Javascript File remove Javascript FSO DeleteFile Method
Perhaps I did not fully understand the answers in related questions. I got the
Did not upgrade anything, nothing should have changed, but I may have a silly
I did not find an answer to this question. I have a VOIP application.
I have asked this question before but did not get the satisfied answer as
I'm having some issues with, I think, variance, which I don't fully understand. I
I may not fully understand the wiki article on scoping, so forgive me if
Jquery did not carry out!!!I don't know why $(.other-edithion).click(function(){ var city = $(this).closest('#city'); if
I did not develop eclipse plugins before and I do not know how it
I did not find any suitable questions answered yet, so I'd like to know

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.