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
Can we override main method?
What is object and example?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is the difference between a mixin and inheritance?
write a program that takes input in digits and display the result in words from 1 to 1000
What is overloading in oops?
What is a superclass in oop?
What is inheritance write a program to show use of inheritance?
c++ program to swap the objects of two different classes
Can we define a class within the interface?
Why do we use class?
what is the sylabus for priliminaries?
What is debug class?what is trace class? What differences are between them? With examples.
Can static class have constructor?
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?