() is the most basic entity of program running in object-oriented programming.
A: Object
B: Class
C: Method
D: Function
A: Object
B: Class
C: Method
D: Function
举一反三
- An object is an instance of a A: program B: class C: method D: data
- 中国大学MOOC: Object-oriented analysis and design are two important phases in software development, _______ of the following doesn’t belong to object –oriented analysis.
- If an attribute of an object describes something about what the object does, then it is most likely that this attribute is A: a constraint B: a function C: an objective D: a metric
- API函数( )用于获取网络类型 A: wx.getNetworkType(Object object) B: wx.onNetworkStatusChange(function callback) C: wx.getConnectedWifi(Object object) D: wx.onWifiConnected(function callback)
- 下列选项中,与class Person等价的是( )。知识点:继承 A: class Person(Object) B: class Person(object) C: class Person: Object D: class Person: object