首页 > 留学知识库

问题: 说能用英语帮我翻译一下这句话吗?谢谢

OOD是一种解决软件问题的设计范式(paradigm),使用OOD这种设计范式,我们可以用对象(object)来表现问题领域(problem domain)的实体,每个对象都有相应的状态和行为。

解答:

Object-oriented design (OOD) is a paradigm in designing a problem-solving software. To use this paradigm, we can use objects to represent the entities of the problem domain, and each object has corresponding states and behaviors (多嘴一句:attributes and methods).