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 |
WRITE A SIMPLE C++ PROGRAM TO SWAP TWO NOS WITHOUT USING TEMP
How is exception handling carried out in c++?
Does c++ support multilevel and multiple inheritance?
What is class encapsulation?
what is abstract class ? when is used in real time ? give a exp
what type of questions
What is the difference between static polymorphism and dynamic polymorphism?
What is pointer in oop?
Why interface is used?
What is data binding in oops?
what are the characteristics of oops?
function overridind means and simple program