---
title: "what is early and late binding?"  
description: "what is early and late binding?"  
author: "Anonymous User"  
published: 2011-01-31  
updated: 2020-09-18  
canonical: https://www.mindstick.com/interview/343/what-is-early-and-late-binding  
category: "oops"  
tags: ["oops"]  
reading_time: 1 minute  

---

# what is early and late binding?

when we call a non virtual method it decide at compile time and this is called early binding. while if method calling decide at runtime is called late binding.

## Answers

### Answer by Anonymous User

when we call a non virtual method it decide at compile time and this is called early binding. while if method calling decide at runtime is called late binding.


---

Original Source: https://www.mindstick.com/interview/343/what-is-early-and-late-binding

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
