gpt4 book ai didi

java - 了解如何复制数据

转载 作者:太空宇宙 更新时间:2023-11-04 12:44:08 24 4
gpt4 key购买 nike

我正在做一些入门级java的作业,我遇到了这个。我不知道它让我做什么。这实际上只是将“Date”设置为等于“Date d”中的值吗?或者我错过了什么?我觉得一行代码不会使用那么长的解释。

有人可以解释一下这里发生了什么以及我缺少什么吗?

Copy constructor: this is a constructor that accepts one parameter of type Date and then sets the receiving (or executing) objects instance variables equal to those of the parameter object. The result is that the receiving object is a copy of the formal parameter object:

public Date( Date d )

最佳答案

您需要做的就是获取 d 的所有字段并将它们复制到新的日期。因此,如果日期有时间、日期、月份和年份,请将所有这些复制到新日期。就是这样。

关于java - 了解如何复制数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36512835/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com