Static Type Checking

The compiler must be able to know at compile time what the type of each data item is.


procedure myqinsert
          (element:myelement queue:myqueue)
  ...

Advantages:

Disadvantage:

Contents    Page-10    Prev    Next    Page+10    Index