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