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 / alaa
20 hr
| Is This Answer Correct ? | 6 Yes | 21 No |
Post New Answer View All Answers
Can you inherit a private class?
What is persistence in oop?
What is abstraction encapsulation?
What do you mean by variable?
Why is oop useful?
What is encapsulation example?
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 polymorphism what are the different types of polymorphism?
Which is not an object oriented programming language?
Are polymorphisms mutations?
What is destructor example?
Can we have inheritance without polymorphism?
officer say me - i am offered to a smoking , then what can you say
Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
What is interface? When and where is it used?