What is data binding?

Answers were Sorted based on User's Feedback



What is data binding?..

Answer / siva

data are wrapped in a single unit which is calld class.The
above process is calld data binding.There are two types of
bindings:1)static binding 2)dynamic binding.

Is This Answer Correct ?    42 Yes 10 No

What is data binding?..

Answer / dhananjay

in c++, data binding refers to make the data/variables and
functions which operate on these data into a single unit.
in c++ the unit is class.

Is This Answer Correct ?    23 Yes 2 No

What is data binding?..

Answer / poorna

hiding the data

Is This Answer Correct ?    30 Yes 18 No

What is data binding?..

Answer / sathiya

data's are grouped together is called data binding which is
binding the data

Is This Answer Correct ?    4 Yes 20 No

Post New Answer

More OOPS Interview Questions

What are callback functions in c++

1 Answers   SoftTech,


How to use CMutex, CSemaphore in VC++ MFC

0 Answers   Persistent, TCS,


What is OOPS and How it is different from Procedural Programming ?

23 Answers   HP, Infosys, Thyrocare,


What is difference between function overloading and overriding?

1 Answers   emc2,


Can we have inheritance without polymorphism?

0 Answers  


What is oops concept with example?

0 Answers  


IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?

0 Answers  


wht is major diff b/w c and c++?

10 Answers  


How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?

1 Answers   IntraLogic,


What is the difference between C++ and java?

6 Answers   Atos Origin,


wht is ditch

0 Answers  


What type of loop is a for loop?

0 Answers  


Categories