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 is encapsulation and abstraction? How are they implemented in C++?
0 Answers Agilent, ZS Associates,
What are the 4 pillars of oop?
write a program to find the largest of two numbers without using for,while,switch,if else, conditional operator and do while using c++ pgmng language
different types of castings
Difference between vector and array
Why do we use polymorphism?
what is the difference between a package and a software?
How to execute business logic for only once ..?even though user clicks submit button multiple times by mistake..? (i disabled JavaScript)
What is abstract class in oop?
What is the difference between abstraction and polymorphism?
When will a constructor executed?
what is an qt4 interface?