Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
3 views
in Java by (1.5k points)
I was attending an interview and the interviewer asked me this question and I got half right.

Can anybody please explain me in Layman's term that what is the difference between static and dynamic binding

1 Answer

0 votes
by (320 points)

Static binding happens when all information needed to call a function is available at the compile-time. Dynamic binding happens when all information needed for a function call cannot be determined at compile-time.

Related questions

0 votes
0 answers
0 votes
1 answer
asked Feb 18, 2021 in Java by Harsh (1.5k points)
0 votes
1 answer
asked Feb 18, 2021 in Java by Jake (7k points)
0 votes
1 answer
asked Feb 17, 2020 in Java by angadmishra (6.5k points)
0 votes
1 answer
asked Jan 28, 2021 in Java by dante07 (13.1k points)

Browse Categories

...