What is data binding?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / sathiya
data's are grouped together is called data binding which is
binding the data
Is This Answer Correct ? | 4 Yes | 20 No |
What are callback functions in c++
How to use CMutex, CSemaphore in VC++ MFC
What is OOPS and How it is different from Procedural Programming ?
23 Answers HP, Infosys, Thyrocare,
What is difference between function overloading and overriding?
Can we have inheritance without polymorphism?
What is oops concept with example?
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?
wht is major diff b/w c and c++?
How is the using() pattern useful? What is IDisposable? How does it support deterministic finalization?
What is the difference between C++ and java?
wht is ditch
What type of loop is a for loop?