杂谈3之English

1.面向过程(OPP):Orient Procedure Program (C语言)

2.面向对象(OOP):Orient ObjectProgram(Java)

3.面向对象的三大特征:继承Inheritance

多态Polymorphism

封装Encapsulation

4.属性:attribute,property

5.方法:method ,function,procedure

6.明确的:explicit

7.否定的implicit

8.重复的Dup-

9.修饰符:公共的:public

私有的:private

友好的:protected

10.方法:method,function,procedure

11.构造器constructor

12.赋值:assign

13.全局变量:global variable

14.字段:field

15.形参argument

16.语句statement

17.引用(就是指针):reference

18.实用:utllity

19.不推荐的:deprecate

20.封装:Encapsulation

21.组合:composite

22.聚合:aggregation

23.性质:properties

24.重构:refactor

25.动态的:dynamic

时间: 2024-08-07 16:42:38

杂谈3之English的相关文章

下载:SQL Server 2016 CTP3 (x64) - DVD (English)

如题: 下载地址,请看文章底部. SQL Server 2016 CTP3 (x64) - DVD (English)ISO English Release Date: 10/30/2015 Details No product key is required. Download 2649 MB File Name:en_sql_server_2016_ctp3_x64_dvd_7213912.isoLanguages:EnglishSHA1:BF0FDF34B5A4BA9660C6CDB70E

『ENGLISH』

以A字母开头的词汇 英文 中文 abstract module 抽象模组 access 访问.存取 access control 存取控制 access control information 存取控制资讯 access mechanism 存取机制 access rights 存取权限 accessibility 无障碍性 accessibility information 无障碍网页资讯 accessibility problem 无障碍网页问题 accessible 无障碍的 access

English - 代词的翻译

代词的翻译-----指明要点,不抽象不具体 1.It may seem strange to put into the same packet an industrial revolution and two political revolutions. But the fact is that they were all social revolutions. 把一场产业革命和两场政治革命归为一类看上去似乎有些奇怪,但是事实上,这三场革命都是社会革命 it 为形式主语,to为真正的主语,所以先

End-to-End Speech Recognition in English and Mandarin

w语音识别.噪音.方言,算法迭代. https://arxiv.org/abs/1512.02595 We show that an end-to-end deep learning approach can be used to recognize either English or Mandarin Chinese speech--two vastly different languages. Because it replaces entire pipelines of hand-engi

LeetCode 423. Reconstruct Original Digits from English——学会观察,贪心思路

Given a non-empty string containing an out-of-order English representation of digits 0-9, output the digits in ascending order. Note: Input contains only lowercase English letters. Input is guaranteed to be valid and can be transformed to its origina

Day One studying english

I start study english lately,but the is no basis for english.Only i use baidu translation,google translation and youdao.I really need the ability now.I think a little bit of progress every day,for work,for target,for faimly.

《跨界杂谈》企业商业模式(四):弹性

2015-03-20 雷震子 雷震子 wxfrom=5" > 企业的"弹性"涉及几个方面:组织弹性.生产能力弹性.产品弹性等. 组织弹性 我们常常把企业裁员作为企业的负面新闻来报道,而把企业扩招作为正面新闻来传播. 前段时间传出IBM裁员26%的消息,后来证明是假新闻,当时看到IBM的发言人这样讲了非常多数字,并强调公司尽管在裁员(实际是数千人).但同一时候招聘的人很多其它,实际上这是该公司的转型.对于企业而言,针对瞬息万变的市场,对组织进行适应性调整,是稀松寻常的事情

This weekend, I think of changing my article and diary language when using computers from Chinese to English.

It was really a pity of the fact that thinking things in Chinese when being companion with these foreign invented machines which originally works with English. So,just to improve efficiency, I may have to make this change. Just because this language

LeetCode:Integer to English Words - 按英语读法输出数字对应单词

1.题目名称 Integer to English Words(按英语读法输出数字对应单词) 2.题目地址 https://leetcode.com/problems/integer-to-english-words/ 3.题目内容 英文:Convert a non-negative integer to its english words representation. Given input is guaranteed to be less than 231 - 1. 中文:给出一个非负整数