Prepare me a program for the animation of train


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More OOPS Interview Questions

What is overriding in oop?

0 Answers  


class CTest { public: void someMethod() { int nCount = 0; cout << "This is some method --> " << nCount; } }; int main() { CTest *pctest; pctest->someMethod(); return 0; } It will executes the someMethod() and displays the value too. how is it possible with our creating memory for the class . i think iam not creating object for the class. Thanks in Advance... Prakash

0 Answers  


Why do we use virtual functions?

4 Answers  


which feature are not hold visual basic of oop?

0 Answers   Ignou,


what is the difference between containership and inheritence?

1 Answers  






how to swap the variables without using temp and operators

1 Answers  


State what is encapsulation and friend function?

0 Answers   BirlaSoft,


How does polymorphism work?

0 Answers  


what is oops

4 Answers   NIIT,


What is property in oops?

0 Answers  


#include <iostream> using namespace std; int main() { int a = 3; int c[5][5]; for (int x=0;x<5;x++) { for (int y=0;y<5;y++) { c[x][y] = x*y; } } cout << c[a][2]; }

1 Answers  


Is html an oop?

0 Answers  


Categories