内存(Display)显示器(Monitor)和计算机(Computer)均属于一种产品(Product),其中计算机需要显示器和内存。请用Python语言简要实现这些类及它们之间的关系。
Posted Alex Hub
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了内存(Display)显示器(Monitor)和计算机(Computer)均属于一种产品(Product),其中计算机需要显示器和内存。请用Python语言简要实现这些类及它们之间的关系。相关的知识,希望对你有一定的参考价值。
内存(Display)、显示器(Monitor)和计算机(Computer)均属于一种产品(Product),其中计算机需要显示器和内存。请用Python语言简要实现这些类及它们之间的关系。
class Product:
pass
class Display(Product):
def __init__(self, size):
self.size = size
class Monitor(Product):
def __init__(self, length, width):
self.length, self.width = length, width
class Computer(Product):
def __init__(self, size, length, width):
self.display = Display(size)
self.monitor = Monitor(length, width)
以上是关于内存(Display)显示器(Monitor)和计算机(Computer)均属于一种产品(Product),其中计算机需要显示器和内存。请用Python语言简要实现这些类及它们之间的关系。的主要内容,如果未能解决你的问题,请参考以下文章
通过Performance Monitor观察程序内存使用情况
如何修复:Build Monitor View 随机删除自身