---
title: "What is meant by Dynamic binding?"  
description: "What is meant by Dynamic binding?"  
author: "Anonymous User"  
published: 2011-11-04  
updated: 2020-09-19  
canonical: https://www.mindstick.com/interview/1338/what-is-meant-by-dynamic-binding  
category: "oops"  
tags: ["oops"]  
reading_time: 1 minute  

---

# What is meant by Dynamic binding?

Dynamic binding is a binding in which the class association is not made until the object is created at execution time. It is also called as Late Binding.

## Answers

### Answer by Anonymous User

Dynamic binding is a binding in which the class association is not made until the object is created at execution time. It is also called as Late Binding.


---

Original Source: https://www.mindstick.com/interview/1338/what-is-meant-by-dynamic-binding

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
