Answer Posted / atul gaikwad
This polymorphism is also called as late binding.
Dynamic polymorphism can be achieved by using function overriding.
eg.for addition of numbers if we write function as
void add Numbers(int,int);
And this function is written in base class as well as derived class as it is then satisfies the function over-riding concept.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What type of loop is a for loop?
given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
What is oops with example?
What is encapsulation example?
What is property in oops?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
What is use of overloading?
What does sksksk mean in text slang?
What are the two different types of polymorphism?
What is polymorphism in oops with example?
What is debug class?what is trace class? What differences are between them? With examples.
What does I oop mean?
what type of question are asked in thoughtworks pair programming round ?
Why do we use polymorphism in oops?
Why is there no multiple inheritance?