all rom is static
Chat with our AI personalities
The opposite of dynamic is static.
It is a page that does not change. Its content is therefore static. The opposite would be a dynamic page, where content is regularly changing.
The C++ standard has this to say about dynamic initialisation:"Objects with static storage duration shall be zero-initialised before any other initialisation takes place. Zero-initialisation and initialisation with a constant expression are collectively called static initialisation; all other initialisation is dynamic initialisation."
Just what is the Difference Between a Static and a Dynamic IP Address you ask?Well the IP address from your ISP is assigned in just one of two ways:Set to an IP address which is unchanged for months or years at a time. This is what is called a static IP address.Set to an IP which is only good for a limited time, and which is changed according to the policy set by your ISP's DHCP server. This is what is called a dynamic IP address.Because a static IP can be relied on for an indefinite period, some networking software requires a static IP.ISPs usually charge extra for static IPs.Your ISP may not be willing to give customers static IP addresses at all.Dynamic IPs are used in large networks where computers are frequently reconfigured, or where a limited number of IP address are available to share between many computers.
Static polymorphism is used the concept of early binding or we can say compile time binding where as dynamic polymorphism used the concept of late binding or run time binding.