Okay…
I need someone with a technical background to help me with this sentence… It might seem stupid but it’s for a paper I’m writing for college. I asked my Written Communication instructor but he doesn’t know how to help me because he doesn’t understand what a “class” or “inheritance” means.
Here is the paragraph
The property ensures this field is encapsulated and exposes the field so it can be
seen by instances (or derivations) of the class. You’ll notice that the property
has the same name as the field, except it starts with a capital letter. It’s
not required that your property and field have the same name, however, its good
practice to do so, mainly because it makes your code more legible.
I am trying to say that the field can only be seen by INSTANCES OF or [B]ANYTHING DERIVED FROM (OR THAT INHERITS) THE CLASS.
[/B]Because of the way the property is scoped.
However, the word derivations means something completely different than what I thought it meant. So I used the dictionary to find another word to use and I came up with…
The property ensures this field is encapsulated and exposes the field so it can be
seen by instances (or progenies) of the class.
Which I guess means “children of”. But in this case it just sounds weird and I’m not sure if it’s correct.
Originally, I was thinking things that are derived from in other words deriv-a-tions. But that’s wrong. I’m not sure if there is a PLURAL word for Derived.
Hopefully, someone here can understand what I’m trying to say so I can reword the essay. We will lose 5% of our grade for everything we do wrong. So I don’t want to use the wrong word.
Classes B, C, D and E are all derived from Class A. So as a group, B, C, D and E are derivations of Class A. But this word means something else according to the dictionary.