1 前言

本节简单的介绍了对象建模,以及需要注意的事项。

2 详述

2.1 原文

Objectmodeling is the process of designing the objects or classes through which an object-oriented applicationexamines and manipulates some service.Numerous modeling techniques are possible; the Cocoa development environment does not recommend one over another.
Typically, the characteristics of a class should make sense in context.Aspects such as the names of the class itself, its variables, and its methods should berecognizable to a nonprogrammer who is familiar with the service being modeled.Exactly what classes you use in your application, what attributes each class has, and what the relationships are between the classes may depend on the way you present information to the user and how you expect the user tointeract with your application.

2.2 生词

modeling['mɒdəlɪŋ]n. [自] 建模,造型;立体感

process['prəʊses]vt. 处理;加工

oriented['ɔːrɪentɪd]adj. 导向的;定向的;以…为方向的

examine[ɪg'zæmɪn; eg-]vt. 检查;调查;检测;

manipulate[mə'nɪpjʊleɪt]vt. 操纵;操作;巧妙地处理;篡改

Numerous['njuːm(ə)rəs]adj. 许多的,很多的

technique[tek'niːk]n. 技巧,技术;手法

recommend[rekə'mend]vt. 推荐,介绍;劝告;

Typically['tɪpɪkəlɪ]adv. 代表性地;作为特色地

make sense in context 获得它的意义

Aspect['æspekt]n. 方面;方向

recognizable['rekəɡnaizəbl, ,rekəɡ'nai-] adj. 可辨认的;可认识的;

nonprogrammer非程序设计员

Exactly[ɪg'zæk(t)lɪ; eg-]adv. 恰好地;正是

present['prez(ə)nt]vt. 提出;介绍;呈现;赠送

interact[ɪntər'ækt]vt. 互相影响;互相作用

3 结语

以上是所有内容,希望对大家有所帮助。

最新文章

  1. 配置LVS + Keepalived高可用负载均衡集群之图文教程
  2. BZOJ4318——OSU!
  3. [QDB] 幽灵分享:QDataSet+TQMSSQLConverter 实战技巧
  4. 常见sizeof 笔试题
  5. eclipse 使用
  6. linux网络命令
  7. 第二课:判断js变量的类型以及domReady的原理
  8. 实现jsp网站添加到收藏夹
  9. 某酒店2000W数据
  10. 【转】【SQLServer】SQL Server 2008“阻止保存要求重新创建表的更改”
  11. hadoop1 和haddop2 mapperreducer的wordcount详解
  12. eclipse无法导入已有android项目
  13. 编写你的第一个程序(HelloWorld)
  14. VBScript中Msgbox函数的用法
  15. Mysql免安装版配置【图文版和文字版】
  16. jmeter远程分布执行遇到的网卡坑(A Test is currently running,stop or ....)
  17. Alertmanager 集群
  18. 使用closest替换parent
  19. Maven插件系列之spring-boot-maven-plugin
  20. Ext.require 的作用(转)

热门文章

  1. ubuntu 16.04 上opengl 的安装以及例子程序编译执行
  2. iOS边练边学--通讯录练习之Segue使用,控制器的数据传递
  3. Application.idle方法
  4. 七、CentOS 6.5 下 Nginx的反向代理和负载均衡的实现
  5. java判断邮件是否发送成功
  6. Node.js连接postgres
  7. C++很“虚”
  8. e591. Drawing Simple Text
  9. HDU 1020:Encoding
  10. thinkphp隐藏模块实例