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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T15:00:36+00:00 2026-06-05T15:00:36+00:00

I am not sure whether the code I’m writing makes sense. Here’s the general

  • 0

I am not sure whether the code I’m writing makes sense. Here’s the general idea:

I have a Parser class that will take different types of documents. Depending on the type, I will parse the document differently.

So suppose I have two types of documents, A and B. The factory pattern seems like a pretty good way to go about doing this in case I need to extend the program to handle additional types, so I will have an abstract class.

abstract class Parser
{
   ...
   public void common_method() {
      // something common that all parsers will use
      // like file IO
   }

   // derived classes will override this
   public abstract void specific_method();
}

class A_Parser : Parser
{
   ...
}

class B_Parser : Parser
{
   ...
}

The issue I’m wondering about is the fact that I have declared abstract methods and non-abstract methods in my abstract Parser. Compiler doesn’t seem to be complaining, and it still seems to work correctly.

Is this non-standard? Maybe there’s a better way to design this?

  • 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-05T15:00:38+00:00Added an answer on June 5, 2026 at 3:00 pm

    This is perfectly fine. If you only had abstract methods, you’d have essentially an interface. You may have to use another pattern to create the actual instances of the parser if necessary, but as far as the class definition goes, this is pretty standard.

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

Sidebar

Related Questions

I'm not sure whether my SQL code and practise here is any good, so
I am not sure whether this only happens to me. Basically if I have
I'm not sure whether to post it here or at ServerFault. Anyway, I'm trying
I'm not sure whether this question belongs on StackOverflow or SuperUser, but here goes
I am not sure whether distinct is the right word for this. I have
I'm not sure whether the use of apply is recommended here. Is there a
Not sure whether this should be asked here or on another site such as
I am not sure whether this is just a simple mistake of my code.
I'm trying to solve a data mystery here but i'm not sure whether it
I have this problem in regards with default, since I m not sure whether

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.