short term for a class which instances are only used for variable storage? [closed]

StackOverflow https://stackoverflow.com/questions/16393026

  •  14-04-2022
  •  | 
  •  

Domanda

Something like a structure, how do you call that? I'm sure there is a shorter term then "class which instances are only used for variable storage"

È stato utile?

Soluzione

I would call it a Container class.

Altri suggerimenti

DTO - Data Transfer Object comes to mind. Also Model or ViewModel.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top