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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T01:46:02+00:00 2026-06-09T01:46:02+00:00

Unfortunately, I can’t show code, but here’s the story: I’m supposed to learn how

  • 0

Unfortunately, I can’t show code, but here’s the story:
I’m supposed to learn how a program we use at work works. I traced the flow of data from a user interface element into the deep internals of a function. But now, inside of a class definition I got stuck. The data I’m tracking is passed to a function. In the class there’s a line with a function signature for that function, but no implementation.

How do I go about finding the implementation? All the code (except for Microsoft’s) was developed in house and should reside within the project, but Go To Definition only brings me back to the signature.

We’re using C# and .Net 4.0.

Here’s the line:

public abstract class SomethingDoer : SomethingElse
    // ...
    protected abstract void DoSomething(T1 param1, T2 param2, T3 param3);

Now I’m looking for the implementing class by looking for References to SomethingDoer, but unfortunately the break point isn’t hitting. Do I have the wrong class or am I missing something about abstract functions?

  • 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-09T01:46:04+00:00Added an answer on June 9, 2026 at 1:46 am

    Without code this is really hard to answer. A function definition without implementation is usually an interface or abstract. Interfaces can have only definitions, while abstract can mix both:

    public interface ISomeInterface {
        void SomeMethod();
    }
    
    public abstract SomeAbstractClass {
        public abstract void SomeMethod();
    
        public void AwesomeMethod() {
            // I do awesome things; look at my method body!
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Unfortunately I can't post link here to which post request is made to. But
I herd about RED5, but unfortunately I can't find any examples for feeding it
I am trying to create a C++ wrapper for OpenCV, but unfortunately can't get
I really like git but unfortunately only can submit to a subversion repository. Is
I'm trying to get Jquery to read a json file, But unfortunately I can
I'm trying to catch an error generated by flask-sqlalchemy. My code unfortunately can't handle
I want to use an H2 database in my Java project, but unfortunately I
I'm using Python 2.6.2 (unfortunately can't upgrade to 2.7, or I'd use argparse). How
My server uses an older version of PHP, so I unfortunately can't use the
We have to use 3rd party DLL in our development process, unfortunately we can't

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.