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 / ramya
18 hours.
| Is This Answer Correct ? | 72 Yes | 10 No |
Post New Answer View All Answers
What is purpose of inheritance?
What is polymorphism give a real life example?
Why we use classes in oop?
What is variable example?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What is polymorphism in oops with example?
How do you use inheritance in unity?
What is overloading in oop?
Are polymorphisms mutations?
Can private class be inherited?
What is the significance of classes in oop?
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 overloading and its types?
Whats oop mean?
What are objects in oop?