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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T12:27:17+00:00 2026-06-13T12:27:17+00:00

I apologize if this DOES exist somewhere in other questions asked about this error,

  • 0

I apologize if this DOES exist somewhere in other questions asked about this error, but I’ve looked through TONS and I’m still thrown. So I’m getting ye old “…is inaccessible due to it’s protection level” error. When this error shows up so does another error, which I think is the real crux of the matter. I get “SS.Spreadsheet” has no constructors defined, which means I’m probably not implementing my constructor inherited from the Abstract class correctly. Or something along those lines.

public abstract class AbstractSpreadsheet
{
    public Func<string, bool> IsValid { get; protected set; }

    public Func<string, string> Normalize { get; protected set; }

    public string Version { get; protected set; }

    public AbstractSpreadsheet(Func<string, bool> isValid, Func<string, string> normalize, string version)
    {
        this.IsValid = isValid;
        this.Normalize = normalize;
        this.Version = version;
    }
  ...
}

My class:

class Spreadsheet : AbstractSpreadsheet
{

    public Spreadsheet()
        : base(v => true, s => s, "default")
    {
    }
    ...
}

I’ve also tried something along the lines of :

    public Spreadsheet()
        : base(v => true, s => s, "default")
    {
        IsValid = v => true;
        Normalize = s => s;
        Version = "default";
    }

Based on answers I’ve seen on here. But still nothing (and given my understanding this wouldn’t work anyway).

The abstract class was given to me and cannot be changed.

Do I need to implement IsValid, Normalize, and Version override style methods in my Spreadsheet class? Or something to that effect…. If so, how?

I’m still quite new to the world of programming and very new to C#, so if anyone can even give me a shove in the right direction, I would really appreciate it.

  • 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-13T12:27:18+00:00Added an answer on June 13, 2026 at 12:27 pm

    Since everything in your example is public, the error probably applies to the class itself. Try making the Spreadsheet class public, and see if it fixes the error.

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

Sidebar

Related Questions

If this has been asked before, I apologize but this is kinda of a
I apologize if this question was already asked but I can't seem to find
First, I apologize if this has been answered. I've seen many similar questions but
Apologize if this is answered already. Went through some of the related questions and
I apologize if this has already been asked - I'm not certain of the
I know that this question has been asked loads of times, but I have
I actually don't know many things about server-side things (other than some PHP), but
This is extremely basic and I apologize for asking such a rookie question. But
I apologize if this is a duplicate post, but I couldn't find the answer
I apologize if this has been asked and answered elsewhere. I searched and read

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.