encapsulate
现在分词:
动词现在分词: encapsulating
更多词形:
异体字: incapsulate | 名词: encapsulation | 动词过去式: encapsulated | 动词过去分词: encapsulated | 动词现在分词: encapsulating | 动词第三人称单数: encapsulates |
单词例句:
Ceramics help decrease pollution, capture toxic materials and encapsulate wastes.
陶瓷有助于减少污染,捕获有毒物质以及包装废料等。
Within Web test cases, transactions only encapsulate actions into a group that can later be enumerated using code.
在Web测试用例中,事务仅将操作封装到稍后可以使用代码枚举的组中。
Despite seeming vague, though, national curriculums do often encapsulate some aspect of national ideals.
尽管定义含混不清,国家指定课程往往裹夹着国家理想主义的某些成分。
Properties to specify delimiters such as a left bracket and a right bracket to encapsulate the object name.
属性来指定诸如左尖括号和右尖括号等分隔符,以封装对象名称。
By using variables and user-defined functions we can encapsulate applications and algorithms.
通过变量和用户自定义函数的使用,我们可以封装应用程序和算法。
How you encapsulate your data, and how you develop your interfaces, will again depend on your design strategy and personal preference.
封装数据和开发界面的方式仍然取决于您自己的设计策略和个人喜好。
In order to avoid this problem, Microsoft recommends that you encapsulate COM components in a single class library.
为避免此问题,Microsoft建议您在单个类库中封装COM组件。
An alternative is to encapsulate the thread procedure and the data in a helper class and use the ThreadStart delegate to execute the thread procedure.
一种替代方法是将线程过程和数据封装在帮助器类中,并使用ThreadStart委托执行线程过程。
You can use an abstract class when you need to encapsulate a basic set of functionality that derived classes can inherit or override when appropriate.
当需要封装一组派生类可在适当时候继承或重写的基本功能时,可以使用抽象类。