what are static classes and dinamic classes in programming languages?
Answers
Answered by
0
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.
Similar questions