What is data binding?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we override main method?

823


What is object and example?

869


Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

3810


What is the difference between a mixin and inheritance?

717


write a program that takes input in digits and display the result in words from 1 to 1000

2179


What is overloading in oops?

823


What is a superclass in oop?

902


What is inheritance write a program to show use of inheritance?

854


c++ program to swap the objects of two different classes

2112


Can we define a class within the interface?

782


Why do we use class?

810


what is the sylabus for priliminaries?

1890


What is debug class?what is trace class? What differences are between them? With examples.

1842


Can static class have constructor?

779


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?

1606