abstract base class
常見(jiàn)例句
- To begin we create an abstract base class which represents the service we want to expose.
首先,我要?jiǎng)?chuàng)建一個(gè)抽象基類(lèi),用于表示我們要公開(kāi)的服務(wù)。 - If an abstract base class is not appropriate, Interfaces can be chained together to build up functionality.
如果不適用于抽象基類(lèi),可以將接口串聯(lián)在一起,以構(gòu)建其功能。 - The customer class can be an abstract base class for a family of different customer types, such as private or business customer.
客戶(hù)類(lèi)可以是用于許多不同客戶(hù)類(lèi)型的抽象基類(lèi),比如說(shuō)私有客戶(hù)或業(yè)務(wù)客戶(hù)。 返回 abstract base class