What is data binding in oops?



What is data binding in oops?..

Answer / Umesh Channdra Navin

In Object-Oriented Programming Systems (OOPS), Data Binding refers to the association of data with the control(s) so that when the data changes, the controls are automatically updated and vice versa. It's a technique used for reducing code complexity.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More OOPS Interview Questions

how does a main() in C++ is different from main() in C?

7 Answers  


State what is encapsulation and friend function?

1 Answers   BirlaSoft,


Round up a Decimal number in c++.. example Note = 3.5 is as 4 3.3 is as 3

3 Answers   Accenture, Cognizant, IBM,


What are the three parts of a simple empty class?

1 Answers  


Hi All, I am new to programming and want to know how can i write a code to take input of 2 numbers from user and swap it without using a temp variable?

2 Answers   NIIT,


What is polymorphism explain?

1 Answers  


Difference ways of Polymorphism?

3 Answers  


WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.

11 Answers  


What is use of overloading?

1 Answers  


What is the problem with multiple inheritance?

1 Answers  


INSTANCE FIELDS DECLARED private ARE ACCESSIBLE BY THE METHODS ONLY.CAN WE CHANGE THE private FIELD OF AN OBJECT IN A METHOD OF SOME OTHER OBJECT OF THE SAME CLASS?

1 Answers  


Name a typical usage of polymorphism

3 Answers  


Categories