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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T04:36:23+00:00 2026-06-16T04:36:23+00:00

I am currently implementing the Quartz timer to allow scheduling of some data files.

  • 0

I am currently implementing the Quartz timer to allow scheduling of some data files. I have a abstract DataOutput class and then implementations to cover the different types of output (http, file, etc). I have implemented the interface on both specialisations but I am having compilation errors when I try and declare this on the abstract base in order to create objects of type DataOutput so I can deal with these at runtime.

Is this possible?

  • 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-16T04:36:25+00:00Added an answer on June 16, 2026 at 4:36 am

    You’ll need to at least abstractly implement the interface:

    public interface IExample
    {
        string Word { get; set; }
        void DoIt();
    }
    
    public abstract class ExampleClass : IExample
    {
       public string Word { get; set; }
       public abstract void DoIt();
    }
    

    I’m not sure if you’ve done this since you didn’t post any code or errors.

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

Sidebar

Related Questions

I'm currently implementing a very complex tree structure to allow for near-instant data access,
I'm currently implementing some code that should, for each method of a class, run
I'm currently implementing a red-black tree data structure to perform some optimizations for an
i am currently implementing a simple ray tracer in c++. I have a class
I'm currently implementing a client application that POST's a file over HTTP and have
I'm currently implementing some image processing code for Android. I'm aware of the memory
I'm currently implementing a navigation system for routing through Europe. So far, I have
I'm currently implementing an RSS feeder control for a website. I'm planning to allow
I'm currently implementing a software keyboard ( using some sophisticated prediction ), and drawing
I'm currently implementing some shims for the ES6 draft. I'm wondering if anyone can

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.