bell notificationshomepageloginNewPostedit profile

Topic : Scientific report and capitalization I'm writing a master's thesis in English, which is my second language. I have understood that I should capitalize Section, Chapter, Figure, etc., but should - selfpublishingguru.com

10.02% popularity

I'm writing a master's thesis in English, which is my second language. I have understood that I should capitalize Section, Chapter, Figure, etc., but should I also capitalize other elements that refer to specific items?

For instance, in which of the following, if any, should "class(es)" be capitalized?

Considering the implementation of class className...

... as compared to the classes, such as className1 and className2, that contains ...

... as compared to the classes that contains ...

Further, the class className in Listing 4 displays ...

Further, the class in Listing 4 displays ...

If anyone has any literature to refer me to that explains this further, I would greatly appreciate it.


Load Full (2)

Login to follow topic

More posts by @Smith147

2 Comments

Sorted by latest first Latest Oldest Best

10% popularity

It appears from your question that you are writing about computer programming. In that case, the word "class" is a thing and usually not capitalized in writing. However, when writing about a specific class, render that capitalized as needed:

Instantiate the Account class.
Modify the ucUser class.

Therefore, I would consider all of the examples you provided to be correct with regard to not capitalizing the word "class".


Load Full (0)

10% popularity

Capitalize proper nouns
If you are referring to something by its name, it should be capitalized. In your second example, you're clearly referring to multiple classes, so this isn't a name. Therefore it should be lower case. The examples referring to "class className" are trickier. If "class" is part of the name (e.g. "Class 1") then it should be capitalized. If it's not a part of the name (e.g. "the class How to Run Away from Bad People") then you don't need to capitalize it.


Load Full (0)

Back to top