notes

Personal notes
git clone git://git.laack.co/notes.git
Log | Files | Refs

Abstraction.md (349B)


      1 # Abstraction
      2 
      3 Abstraction cpu architecture L1
      4 
      5 Abstraction hides away the implementation details to higher levels. You only see the interfaces provided to you. 
      6 
      7 There are instances where exposing lower level functions to higher can be useful. This can be seen when lower level instructions are shown to the compiler to allow better optimization.