Answer Posted / sanjeevkumar.v
polymorphism it means the function may be different . and so
that are different forms
| Is This Answer Correct ? | 2 Yes | 9 No |
Post New Answer View All Answers
How long to learn object oriented programming?
What is polymorphism what are the different types of polymorphism?
Can main method override?
Why polymorphism is used in oops?
Is oop better than procedural?
Why is oop better than procedural?
What is interface in oop?
What is oops and its features?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Write a c++ program to display pass and fail for three
student using static member function What are benefits of oop? Can a destructor be called directly? What do you mean by overloading? 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. Get me a number puzzle game-program