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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T19:15:03+00:00 2026-06-05T19:15:03+00:00

I have a need for two slightly different classes, that have the same members,

  • 0

I have a need for two slightly different classes, that have the same members, but one of the classes needs to have less interaction possibilities by the user. I am hoping to inherit the second class from the first.
Is there a way to restrict access to parent methods from the child class, so that if somebody creates a child object, they will not be able to access certain parent class methods (which are public in the parent 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-06-05T19:15:05+00:00Added an answer on June 5, 2026 at 7:15 pm

    You should have a base abstract class to hold the things in common of both classes, and then let the other two classes inherit from it and add methods and properties, etc.

    abstract class MyBaseClass
    {
        public int SharedProperty { get; set; }
    
        public void SharedMethod()
        {
        }
    }
    
    class MyClass1 : MyBaseClass
    {
        public void Method1()
        {
        }
    }
    
    class MyClass2 : MyBaseClass
    {
        public void Method2()
        {
        }
    }
    

    MyClass1 has: SharedProperty, SharedMethod, and Method1.

    MyClass2 has: SharedProperty, SharedMethod, and Method2.

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

Sidebar

Related Questions

I have two classes, one is the parent of the other. They both need
I have need for a function pointer that takes two arguments and returns a
I have a Maven multi-module project and I need two different parent POMs in
I have a form that has a group of 3 text_fields. I need two
I need to have two UITableViews on one UIView. I can make it work
I have a need to sync auto_increment fields between two tables in different databases
I'm building an Android app and I need to have two different themes for
I have two basic interface-related concepts that I need to have a better understanding
I need a regex that will match the US phone in a slightly different
I may of got the Title slightly wrong but basically, I have two cells.

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.