why function overloading is not called as pure polymorphism?
Answer Posted / dhananjay
becoz generally polymorphism is taken in terms of late
binding but in fn overloading it is early binding.
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Why we use classes in oop?
Where You Can Use Interface in your Project
What is polymorphism and its types?
Why interface is used?
What is the types of inheritance?
What are the 3 principles of oop?
What is oops concept with example?
What is cohesion in oop?
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.
Explain virtual inheritance?
What is destructor oops?
Templates mean
What is use of overloading?
How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction
What does and I oop and sksksk mean?