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?
Answers were Sorted based on User's Feedback
Answer / ayushi rastogi
Its very easy to say that 20 hr because per hour it hops
only 1ft (3ft-2ft)for 20ft it will take 20 hr.
| Is This Answer Correct ? | 5 Yes | 21 No |
Answer / sabyasachi sengupta
its a tricky question... Time is not declared...
| Is This Answer Correct ? | 2 Yes | 20 No |
What do you mean by pure virtual functions?
Can we define a class within the interface?
write a c++ code of diagonal matrix.
what is virtual function?
26 Answers Aspire, HP, Infosys, RoboSoft, TCS,
What is overriding in oop?
In multiple inheritance , to create sub class object , is there need to create objects for its superclasses??? in java and c++ both. Actually i have some information that is , all available members from its superclasses , memory created in subclass obj , so no need to create object for its superclasses...??? Thanks in Advance
is java purely oop Language?
49 Answers HCL, Infosys, TCS,
What is difference between new and malloc?
Is enum a class?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
Why is abstraction needed?
what is oops