monkey starts climbing up a tree 20ft tall,each hour ,it
hops 3ft and slips back by 2ft .how much time it wil tak to
reach top of the tree?
Answer Posted / deepak
well...it depends on the monkey....if he starts monkeying
around it can take more time....
| Is This Answer Correct ? | 5 Yes | 9 No |
Post New Answer View All Answers
What is persistence in oop?
design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)
What does oop mean in snapchat?
What is the real time example of inheritance?
What does and I oop mean?
What is difference between oop and pop?
What are objects in oop?
What is overloading in oop?
Whats oop mean?
What is abstraction and encapsulation?
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
What is object and example?
What is static in oop?
how to get the oracle certification? send me the answer
Why is polymorphism used?