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
What is the example of polymorphism?
what is different between oops and c++
Why do we use polymorphism?
What is an interface in oop?
What causes polymorphism?
What polymorphism means?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
when to use 'mutable' keyword and when to use 'const cast' in c++
Why is polymorphism important in oop?
What is the difference between procedural programming and oops?
Following are the class specifications: class {int a}; class {int b}; Using friend funtion,calculate the max of two objects and display it.
just right the logic of it 1--> If few people are electing then every time ur candidate should win 2--> arrange books in box, if box carry weight == books weight then take another box..... find the no of box required.
What is inheritance in oop?
How long to learn object oriented programming?
to find out the minimum of two integer number of two different classes using friend function