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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:21:37+00:00 2026-05-24T21:21:37+00:00

Often times I need to create an encapsulation to hold an array of an

  • 0

Often times I need to create an encapsulation to hold an array of an Entity. Let’s say we have a class that represents an HTML table.

public class Tables
{
   public Table[] Tables;
   public Tables(){}
}
public class Table
{
   public Header Header;
   public Row Row;
   public Footer Footer;
   public Table(){} 
}

Here, my Tables encapsulate a Collection of Table. I want to call my Table[] Object Tables, but this clashes with my Encapsulation. To me, both represent a table. How should I fix my naming?

Secondly, my Table contains a Footer

//A Special type of Row in a Table
public class Footer: Row
{
}

I could solve this by making my Members lower cased. Although, this goes against Microsoft recommended practices for public members.

I could append a Obj to my Member names…once again, not a good practice. Perhaps I’m viewing my OO encapsulations incorrectly.

  • 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-24T21:21:37+00:00Added an answer on May 24, 2026 at 9:21 pm

    You should be as descriptive as possible in your naming. What is the feature of your Tables class that requires a new class rather than just an array? If there isn’t anything then just use an array, otherwise include the distinctive feature of your class in the name.

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

Sidebar

Related Questions

In SQL statements, we often need to create a list of question marks that
Often times I need a collection of non-sequential objects with numeric identifiers. I like
Often times a developer on my team will create a new Visual Studio project
Have a n-tire web application and search often times out after 30 secs. How
When writing a T-SQL script that I plan on re-running, often times I use
I have been finding myself using the Chain of Responsibility pattern often (3 times
When I'm developing ASP.NET applications I often create forms that allow users to create,
I have a system (let's call it System A) that allows the user to
I need to create some windows service which will execute every some often, every
The users of my Javascript based site often need to create an event where

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.