inherited attribute 中文意思是什麼

inherited attribute 解釋
繼承屬性
  • inherited : 繼承的
  • attribute : vt. 1. 把(某事)歸因於…。2. 認為…系某人所為。n. 1. 屬性,特質。2. (人物、官職等的)標志,表徵。3. 【語法】屬性形容詞。
  1. True, look up the hierarchy chain for the inherited custom attribute

    時,查找繼承的自定義屬性的層次結構鏈。
  2. Here, the managed objects are classified into four types : m - based ( storing all resource information in memory ), md - based ( storing the base managed object in memory and the list of attribute in persistent storage ), mr - based ( storing the base managed object in memory and accessing the resource directly ) and d - based ( storing all resource information in a database ). to achieve those, a generic class is designed for the need of the basic managed object ; as a result, the managed object class abstracted from the managed objects mentioned above can be derived from this generic class when corresponding attributes and methods are added. finally, a mib storage structure of a real application inherited from its super classes can be constructed

    該實現方法首先根據管理系統中被管對象的特點將其分為基於內存( m - based ) ,基於內存?數據庫( md - based ) ,基於內存?指針( mr - based )和基於數據庫( d - based )等四種類型;其次,定義被管對象基類用於描述通用的被管對象,然後以此基類為基礎,繼承並添加與具體模式有關的數據成員和方法成員,實現其它類型的被管對象類;對于具體的網管應用,則根據具體要實現的被管對象特點,從合適的被管對象類衍生,添加與具體應用有關的代碼,即可實現相應的mib存儲結構。
  3. Attribute specifies an attribute that can be applied to any type of item, inherited, and applied only once

    屬性( attribute )指定一個屬性( attribute ) ,該屬性( attribute )可以應用於任何類型的項,但是只能繼承並只能應用一次:
分享友人