Re: difference between "method" and "operation"



an operation in a programming language can mean the interaction of many
Methods. To calculate the roots of a Quadratic equation which is an
operation, one might need to call several methods like


calculate Square root()
calculate firstroot()
calculate second root()


"Giulio" <frank.zappalEVA@xxxxxxxxxxxxxxxx> wrote in message
news:dg246q$cte$1@xxxxxxxxxxxxxxxxxxxxx
> thanx it's ok


.



Relevant Pages

  • Re: [misc-sec] Re: Ten least secure programs
    ... if PHP were available for inclusing (being a ... >programming language) couldn't we just cut to the root of the problem ... Evaluating SSL VPNs' Consider NEOTERIS, chosen as leader by top analysts! ...
    (Security-Basics)
  • Re: low-level hacking
    ... | But it is dangerous with any programming language. ... Why "CMUCL as ... Anything as root can crash it:) ...
    (comp.lang.lisp)
  • Re: Find Root
    ... >I have a question regarding how to find a root for ... this is a quadratic equation and a closed-form solution can be ... However, if a!=1, is it possible to find a closed-form ... Prev by Date: ...
    (sci.math)
  • Find Root
    ... I have a question regarding how to find a root for ... this is a quadratic equation and a closed-form solution can be ... Prev by Date: ...
    (sci.math)
  • Re: how this works ?
    ... lector wrote: ... node *p, *prev; ... prev = root; ...
    (comp.lang.c)