What do you mean by binding of data and functions?

Answers were Sorted based on User's Feedback



What do you mean by binding of data and functions?..

Answer / nk

Encapsulation

Is This Answer Correct ?    20 Yes 1 No

What do you mean by binding of data and functions?..

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

What do you mean by binding of data and functions?..

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

Post New Answer

More OOPS Interview Questions

how to swap the variables without using temp and operators

1 Answers  


What are the access specifiers avaible in c++?

4 Answers  


1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321

2 Answers  


diff between Virtual mathod and abstract method?

1 Answers  


The type of variable a pointer points to must be the part of pointer's definition so that:

1 Answers   Infosys,






When is a memory allocated to a class?

11 Answers  


Why do while loop is used?

0 Answers  


Can static class have constructor?

0 Answers  


What is polymorphism in oops?

0 Answers  


what are three tenets of object orinted Systems?Why they call like that ? Please answer me. Advance thanks.

2 Answers   Excel,


When is an object created and what is its lifetime?

4 Answers   IBM,


What does and I oop mean in text?

0 Answers  


Categories