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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T10:36:30+00:00 2026-05-29T10:36:30+00:00

Assume i have a class: public class Products { public string ID { get;

  • 0

Assume i have a class:

public class Products
{
    public string ID { get; set; }
    public string Name { get; set; }

    public string GetItemName() {  ... }
    public void SetItemName() {  ... }
    public string GetItemID() {  ... }
    public void SetItemID() {  ... }

    //...
}

It is any way to make all the properties or method inherits the parent class’s access modifiers,so i don’t have to assign [public] to each of properties/method.

  • 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-29T10:36:31+00:00Added an answer on May 29, 2026 at 10:36 am
    public string Name { get; set; }
    public string GetItemName() {  ... }
    public void SetItemName() {  ... }
    

    That’s not C# code, that’s C++. A language that doesn’t support properties, but does support this:

    public:
        string GetItemName();
        void SetItemName();
    

    Which is probably what you are really asking for. No, never make the mistake of comparing C# to C++, it resembles the language only in passing. The accessor keyword must be applied to every member. Good thing is, you’ll have a lot less of them. Delete the GetItemName and SetItemName methods, the Name property is all you need.

    Here’s an old magazine article that might be useful to you, “C++ -> C#: What You Need to Know to Move from C++ to C#“

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

Sidebar

Related Questions

Assume I have a class that looks like this: class Sample { public string
Assume I have this domain object... public class SpansMultipleTables { public int CommonID {get;
Let's assume I have the following code: public class MainClass { public static void
Assume I have a class a: class a { public: void load_data( ); private:
Assume that we have class public class RMenuItem { public List<RMenuItem> ChildrenItems { get;
Assume I have a class like this: public class Server { public static void
Assume we have legacy classes, that can't be modified: class Foo { public void
Let's assume I have the following domain: public class Movie { public string Id
Lets say I have business class: public class Foo { public int Prop1 {get;set;}
Assume I have a class library project name Utilities.dll as follows: public static class

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.