1.

What are static classes and dinamic classes in programming languages?​

Answer»

Answer:

In Programming languages: Static almost always means fixed or bound at COMPILE time, and cannot thereafter be changed. Dynamic almost always means not fixed or bound until RUN time, and therefore can change during the COURSE of EXECUTION.



Discussion

No Comment Found