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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T20:31:32+00:00 2026-05-13T20:31:32+00:00

I want to create an abstract class in java that forces all its subclasses

  • 0

I want to create an abstract class in java that forces all its subclasses to implement a SwingWorker (plus the SwingWorker‘s abstract doInBackground() and done()).

In AbstractClass –

abstract class Task extends SwingWorker<Void, Void>{};

I would expect this to cause the compiler to throw an exception when an extended class doesn’t implement it, but it doesn’t.

I am also not quite sure how I would go about indicating that I’m overriding this abstract class. Do I redeclare it in the ConcreteClass as follows?

class Task extends SwingWorker<Void, Void>{
  ...
}

or some other way?

Thanks for all your help!

  • 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-05-13T20:31:32+00:00Added an answer on May 13, 2026 at 8:31 pm

    you need to declare the methods also as abstract, like this:

    
    abstract class Task extends SwingWorker {
        @Override
        protected abstract Void doInBackground();
        @Override
        protected abstract void done();
    };
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to create an abstract base class for all paramter-type classes to inherit
In Java i have abstract class named Operation and three its subclasses called OperationActivation,
I have several queues that all extend a Queue class. I want to do
How to create in C++ an abstract class with some abstract methods that I
In Java, is there any way to create an instance of any class that
I want to create an abstract class in C#. Currently, I have this class
Java - I have a abstract base class and I want to set few
I want to create a method in superclass of test-class that stubs some commonly
I want create wordpress website into which I want create user management... That means
i want create a custom json data from the mssql 2008 results so that

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.