Hi Mukul, Thank you. I think you are onto something. I am currently trying to understand a complicated program that someone wrote. One approach to is to examine the code and try to understand what it is doing. That is a static approach. Another is
to run the code under the control of a debugger and step through it to understand what the program is doing. That is a dynamic approach. Thanks! /Roger From: Mukul Gandhi <mukulg@softwarebytes.org> On Sun, May 30, 2021 at 6:01 PM Roger L Costello <costello@mitre.org> wrote:
In programming languages data typing approach? i.e whether the type of a variable/object is determined statically (at compile time) or dynamically (at run time).
-- Regards, Mukul Gandhi |