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 the difference between Home and $Home?
what is difference between objects and function
What is abstraction and encapsulation?
What is stream in oop?
given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
What is polymorphism what are the different types of polymorphism?
What is a class?
32 Answers Infosys, TCS, Thylak,
IN PROGRAMING LANGAUGE A C++ IS PURELY OBJECT ORIENTED OR NOT?
pointers are support in C#? if yes then how to use it?
8 Answers Softvision Solution,
Which language is not a true object oriented programming language?
Why we use classes in oop?
Why do we use oops?