what’s the difference between Dynamic binding and dynamic loading?
-Dynamic loading means compile time. But dynamic binding means runtime. -Dynamic binding binds the data at the run time. Whereas static is at the time of compiling.
Interview Insights and Technical Explorations