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 do you define a class in oop?

1 Answers  


oops concept is used for?

3 Answers   Synergy,


Will I be able to get a picture in D drive to the c++ program? If so, help me out?

1 Answers  


They started with the brief introduction followed by few basic C++ questions on polumorphism, inheritance and then virtual functions. What is polymorphims? How you will access polymorphic functions in C? How virtual function mechanism works?

1 Answers  


what is the application of oops?

8 Answers   IBM,


What are properties in oop?

1 Answers  


write a C++ program for booking using constructor and destructor.

1 Answers   HAL,


What is a class and object?

1 Answers  


Should you protect the global data in threads? Why or why not?

2 Answers   IBM,


how to tackle technical questions

1 Answers  


can inline function declare in private part of class?

2 Answers  


Categories