Context:
whenever it introduces some new O-O mechanism, be it garbage collection (and
other approaches to memory management for object-oriented computation), dynamic
binding, genericity or repeated inheritance, it will do so based on the
knowledge that the mechanism may be implemented at a reasonable cost in time
and in space; and whenever appropriate it will mention the performance
consequences of the techniques studied.
雖然這句子很長,但我只想問be it在這邊的作用是什麼? 如果是我寫的話,我會把be it
改成including.
ps: garbage collection, dynamic binding...balala是屬於O-O的其中幾種mechanism