美文网首页哲学之光
数字继承~Digital inheritance

数字继承~Digital inheritance

作者: 卡拉瓦乔的灵魂 | 来源:发表于2020-11-23 21:40 被阅读0次

数字继承是以数字资产和(自然人)受益人权利的形式移交(个人)数字媒体的过程。 该过程包括了解存在哪些数字资产和权利,以及在一个人死亡后对其进行处理。

随着数字媒体在生活中起着越来越重要的作用。 数字遗产所在的媒体可以由死者拥有或独立存在。 与实物资产相比,数字资产是短暂的,并且会不断变化。 知识产权和隐私,尤其是事后隐私,是相关的因素。 数字继承可能会给数据继承人带来复杂性和艰巨性的挑战,并可能产生法律影响。 在普通人拥有多个在线帐户的情况下,数字继承已成为一个复杂的问题。

————

Digital inheritance is the process of handing over (personal) digital media in the form of digital assets and rights to (human) beneficiaries. The process includes understanding what digital assets and rights exist and dealing with them after a person has died.

Digital media play an increasingly important role in life. The media in which a digital inheritance resides can be owned by or independent of the deceased. In contrast with physical assets, digital assets are ephemeral and subject to constant change. Intellectual property and privacy, particularly post-mortem privacy, are additional factors. Digital inheritance may present a challenge for data heirs in its complexity and intricacy, and may have legal implications. With the average person having multiple online accounts, digital inheritance has become a complex issue.

相关文章

  • 数字继承~Digital inheritance

    数字继承是以数字资产和(自然人)受益人权利的形式移交(个人)数字媒体的过程。 该过程包括了解存在哪些数字资产和权利...

  • Inheritance (继承)

    A class caninheritmethods, properties, and other characte...

  • 继承(Inheritance)

    值类型(枚举 结构体)不支持继承,只有类支持继承 没有父类的类,称为:基类 Swift没有像OC,Java那样的规...

  • 继承-Inheritance

    继承是面向对象编程的核心概念之一,它允许一个对象得到另一个对象的属性和方法,这使得削减代码和重用代码都变得简单。我...

  • 继承(Inheritance)

    当子类继承基类时,子类包含了父基类所有数据及操作的定义。 在 C++ 实践中,继承主要用于两种场合: 实现继承:子...

  • 虚函数

    虚函数 Inheritance (继承) with virtual functions (虚函数) 非虚函数:继承...

  • kotlin inheritance 继承

    Any 所有类都继承该类,提供默认的三个函数: equals()hashCode()toString()继承声明:...

  • Swift - 继承(Inheritance)

    继承(Inheritance) 值类型(枚举、结构体)不支持继承,只有 类 支持继承 基类:没有父类的类Swift...

  • 13 Inheritance 继承

    一个类可以从另一个类继承方法、属性和其他特征。当一个类从另一个类继承时,继承类称为子类,它继承的类称为超类。继承是...

  • C++中类的组合(BOOLAN教育)

    Inheritance(继承),Composition(复合),Delegation(委托) Compositio...

网友评论

    本文标题:数字继承~Digital inheritance

    本文链接:https://www.haomeiwen.com/subject/qgfbiktx.html