2006 Dec 04 9:30 AM
Hi all,
Is there any disadvantages of Include Programs with Respective Memory and Execution Time ?
Thanks in Advance
Krish...
2006 Dec 04 9:58 AM
Hi Krish,
I don't think there should any disadvantage, it's the way of only <b>modularization</b>.
Its true With respect to memory also.
Cheers
Shital
Hi
There are no disadvantages of include programs, in fact they will save your time in writing the same code each and every time.
Regards
Haritha.
2006 Dec 04 9:58 AM
Hi Krish,
I don't think there should any disadvantage, it's the way of only <b>modularization</b>.
Its true With respect to memory also.
Cheers
Shital
2023 Jan 03 12:37 PM
Note for future readers: includes are not a modularisation technique. They are a way of organising program code and nowadays should be avoided.
2006 Dec 04 10:00 AM
Hi,
there is no disadvantage in Include programs but instead it provide a better approach for modularizatioin.
2023 Jan 03 12:37 PM
Note for future readers: includes are not a modularisation technique. They are a way of organising program code and nowadays should be avoided.
2006 Dec 04 10:02 AM
Hi
There are no disadvantages of include programs, in fact they will save your time in writing the same code each and every time.
Regards
Haritha.
2023 Jan 03 12:38 PM
Note for future readers: An include used in many programs, when changed, will trigger a regeneration of all those programs on import. They are to be avoided. If you want reuse, use Function Modules, Classes and methods.
2023 Jan 02 6:30 PM
Include program can not be partially reuse in another program.
Regards,
Yogesh Ojha
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |