[Tutor] Order of functions

Praveen Pathiyil ppathiyi@cisco.com
Tue, 10 Jul 2001 19:00:39 +0530


This is a multi-part message in MIME format.

------=_NextPart_000_0250_01C10972.9C888940
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi,

        Is the order of functions important in python ?
        Suppose that i have a class X. If i have functions a, b,c and if =
'a' calls 'b', is it necessaruy to define 'b' before 'a' or before 'b' =
is being called.
      =20
Praveen.

------=_NextPart_000_0250_01C10972.9C888940
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.3103.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Is the order of functions =
important=20
in python ?</DIV>
<DIV>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; Suppose that i have a class =
X. If i=20
have functions a, b,c and if 'a' calls 'b', is it necessaruy to define =
'b'=20
before 'a' or before 'b' is being called.</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</DIV>
<DIV>Praveen.</DIV></BODY></HTML>

------=_NextPart_000_0250_01C10972.9C888940--