what is dynamic polymorphism?
Answers were Sorted based on User's Feedback
Answer / srikanth
It is also called runtime polymorphism,
At runtime it is decided that to which method the object
should bind.
It is achieved through METHOD OVERRIDING.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / ajai kumar pandey
Dynamic bynding is the late bynding.so deciding at run time
to which method the objects should bind is the dynamic
polymorphism
| Is This Answer Correct ? | 1 Yes | 0 No |
Please forward important interview and basic questions in VB6 on my email id: usneha_16@yahoo.co.in
can any method return type may be constructor , or that method name allow
Hi can you please send me recent(present) interview questions and technical qyestions with answers for "BUSSIESS OBJECTS" and "DATA WAREHOUSE".pls its urgent for me my mail id is sekhar.cs82@gmail.com,manjuforgis@gmail.com. thanks in advance
Write a Pseudo Code to find the angle between two hands of a clock for a given time.
how to study PHP my own? i reffered many sites.. but as being a fresher i couldnt follow those... which site will be the best one?
what is the difference between conversion and interface in bdc?
There are 2 tables: EMP : EmpId, Ename, Sal, DeptId DEPT : DeptId, Dname Write a query to find out emp names and their department names. if any emp has null in Deptid the it shows ?No Department?. Write a query to find out those department names which has no employee. Write a query to find out those employees whose salary is greater than their department?s average salary.
what is integration testing in real time applications?
Q1.Write a C program which asks the user for a number between 1 to 9 and shows the number. If the user inputs a number out of the specified range, the program should show an error and prompt the user for a valid input.
Write a pascal program to calculate the sum of the first 100 even number and odd number
How to know we are in home page of a web application using QTP
why applet is introduced?