Answer Posted / v.s.kaushik
The ability to take more than one form is known as
Polymorphism. By using the keyword interface Polymorphism
can be achieved.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Tell me the jobs for the MCA Fresher in delhi, Noida..
what is the difference between an OS(operating system) and Framework?
what is the last ant version you worked?how to get it
What is test execution and when will we start execution please send me one example for this question
give idea for creating screen in abap
How will you prove that java swing is multithreaded?
Write a program to show polymorphism.
what is meaning of MDM in sap?let me know that meaning
what are the differences between CONS, LIST, and APPEND
Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in
what is the difference between rename and label
what is difference between input parameter and output parameter.
diffrence between oracle apps , .NET , SAP
How to set on/off a group of indicators in a single statement?
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)