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 |
how does a main() in C++ is different from main() in C?
State what is encapsulation and friend function?
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?
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?
What is polymorphism explain?
Difference ways of Polymorphism?
WHAT IS THE ACTUAL DEFINATION OF OBJECT AND THE CLASS IN ONE SINGLE LINE WHICH THE INTERVIEWER WANT TO LISTEN.
What is use of overloading?
What is the problem with multiple inheritance?
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?
Name a typical usage of polymorphism