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

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

  •  14-04-2022
  •  | 
  •  

Pregunta

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"

¿Fue útil?

Solución

I would call it a Container class.

Otros consejos

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top