tags:

views:

85

answers:

2

Sorry if this question is too "silly"... But I need to know what the "functional body" of a program is, and I can't find it in the web.. Can any body help me?

I thought it was its functions' prototypes, is it?

Thank you very much!

alcuadrado

+2  A: 

It's the code that actually gets executed, so that would be the code inside your methods.

Elie
A: 

Unfortunately, many programs have no functional parts.

Seriously, you are over-thinking this. It doesn't mean much. It's the human code that actually generates machine code. The machine finds all our comments rather useless and non-functional.

dongilmore