What do you mean by binding of data and functions?
Answers were Sorted based on User's Feedback
Answer / selvi
binding is to manipulate to access a data in various forms.
it is nothing but encapsulation.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / zoya
Binding is the process of connecting the function call to the function body. I.E. When we call the function, the parameters and the function name are passed to a internal function of the system. The system then locates the memory chunk where the function is defined(i.e. provides the address).<br><br>There are 2 types of binding:<br>1. Early binding: When the binding happens during the compilation.(Before the run time). Example: Normal functions<br><br>2. Late Binding: Also known as dynamic binding, Run Time binding etc. Here the binding happens during the runtime. <br>Example: Virtual functions.<br><br>
| Is This Answer Correct ? | 0 Yes | 0 No |
What is abstract class in oop?
What is a scope operator and tell me its functionality?
What is OOPS and How it is different from Procedural Programming ?
23 Answers HP, Infosys, Thyrocare,
What is differance between Abstract and Interface
Difference between realloc() and free?
What does the code "cout<<(0==0);" print? 1) 0 2) 1 3) Compiler error: Lvalue required
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
What are the three parts of a simple empty class?
what is the diffrence between c# and c++
What is the real time example of inheritance?
What is virtual constructors/destructors?
What is variable example?