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

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

  •  14-04-2022
  •  | 
  •  

Question

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"

Était-ce utile?

La solution

I would call it a Container class.

Autres conseils

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top