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 are callback functions in c++
How do you define a class in oop?
oops concept is used for?
Will I be able to get a picture in D drive to the c++ program? If so, help me out?
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?
what is the application of oops?
What are properties in oop?
write a C++ program for booking using constructor and destructor.
What is a class and object?
Should you protect the global data in threads? Why or why not?
how to tackle technical questions
can inline function declare in private part of class?