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

  • Home
  • SEARCH
  • 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 7635725
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T07:29:54+00:00 2026-05-31T07:29:54+00:00

So assume I have one class named Program which contains my whole program of

  • 0

So assume I have one class named “Program” which contains my whole program of which i will create only one instance.

Now this class contains a lot (half of the code) of, say, functionality for shopping (methods and such).

Is it OK to create a class named “ProgramWithoutShopping” with half of the code as stated above, and then put my shopping-related code in a class named “Program” extending “ProgramWithoutShopping”, without ever using ProgrammWithoutShopping in any other purpose?

My goal would be to have a better overview because of seperated functionality and smaller files.

Has someone an example of a big project which actually used this strategy?

PS: If you are about to write “Don’t use classes at all”, you may assume that my program is running in a framework which needs it to be a class.

  • 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-31T07:29:56+00:00Added an answer on May 31, 2026 at 7:29 am

    What language are you using? C# has a partial keyword that would also work for this case without requiring two classes.

    To answer your question, it is fairly standard to have base classes that don’t do anything directly, but are useful overall. Typically this is used to avoid code duplication, but that is not a strict requirement.

    I would instead postulate, are 2 classes enough? If the vast majority of your code base is in one class, then you are creating a maintenance problem even with two classes.

    Maybe you could instead split up your classes into finer ones. For instances, a typical OOP class set could look like this:

    Customer
    ShoppingCart
    Item
    Special
    Payment
    Order
    

    And those are just data objects, depending on your implementation you could probably also encapsulate some of your algorithms, like how to calculate a price (although that could live in Item in this case…)

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

Sidebar

Related Questions

Lets assume I have two hashes. One of them contains a set of data
Assume I have a function template like this: template<class T> inline void doStuff(T* arr)
[ruby 1.8] Assume I have: dummy string do puts thing end Now, this is
i have one doubt, that is when we create one-to-many as bidirectional. we will
I have a class templated on <PIXEL> , assumed to be one of boost::gil
Assume you have five products, and all of them use one or more of
Assume I have a class foo, and wish to use a std::map to store
Assume you have some objects which have several fields they can be compared by:
Assume I have a form class SampleClass(forms.Form): name = forms.CharField(max_length=30) age = forms.IntegerField() django_hacker
I have a Date class which wraps over the DateTime? class (aids in mocking

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.