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

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

  •  14-04-2022
  •  | 
  •  

Вопрос

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"

Это было полезно?

Решение

I would call it a Container class.

Другие советы

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top