dependency inversion principle

短语

释义与例句

name
  1. 1.

    Design principle that states that (1) High- and low-level modules should both depend on abstractions and (2) instead of abstractions depending upon details, details should depend upon abstractions.

    计算机