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 property in oops?
Write a program to reverse a string using recursive function?
Where You Can Use Interface in your Project
Whatis the difference between oop and object based language
What is encapsulation with example?
define a string class. overload the operator == to compare two strings
2 Answers Birla, Ericsson, HCL, Infosys, Infotech, MCAS, Satyam,
What is the difference between a mixin and inheritance?
what is an instance of a class
1. Wrie a function which returns the most frequent number in a list of integers. Handle the case of more than one number which meets this criterion. public static int[] GetFrequency(int[] list)
What do you mean by binding of data and functions?
what is overloading
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?