Skip to content

Does a class without methods have a special name?

What is a class without methods called? I’m trying to understand and learn about classes, so i have the following class “Variables” that doesn’t have methods, only fields, like the field “Server” in a folder called “utilities”: then this class is called from a m…