Computer Science, asked by shreelabaroi1392, 1 year ago

What is static binding in C#?

Answers

Answered by Itsdesigirl
0

Virtual functions (C++ only) By default, C++ matches a function call with the correct function definition at compile time. This is called static binding.

Similar questions