Basic Axioms (contd.)
Axiom 2.3 : The time required to call a method is constant, Tcall, and the time required to return from a method is a constant, Treturn.
Axiom 2.4 : The time required to store pass an argument to a method is the same as the time required to store a value in the memory Tstore.