Generic Programming
常見例句
- This kind of operation permits a form of what's commonly referred to as generic programming.
這種操作支持泛型編程。 - We’re also exploring some further additions to the type system to make generic programming easier.
我們同時也在探索向類型系統(tǒng)中添加一些東西使泛型編程變得更加容易。 - Function objects are an important part of generic programming because they allow abstraction not only over the types of objects, but also over the operations that are being performed.
函數(shù)對象是一個重要的普通程序的一部分,因為他們允許抽象比類型對象還要多,而且比它正在執(zhí)行的操作還要多。 返回 Generic Programming