A data class is a class that only contains state and does not perform any operation. The advantage of using data classes instead of regular classes is that ...
確定! 回上一頁