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
Where is pseudocode used?
What is encapsulation with example?
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?
write a program to find 2^n+1 ?
what's the basic's in dot net
What is encapsulation example?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is Difference Between Inheritance and creating object
and getting data? means
Class A extends B{
B.getMethod();}
(OR)
Class A{
b obj=new B();
obj.getMethod();
} What is the fundamental idea of oop? 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 multilevel inheritance explain with example? What is difference between oop and pop? which feature are not hold visual basic of oop? Explain virtual inheritance? What does and I oop mean?