What are the different forms of polymorphism??
Answer Posted / purba phalguni mishra
(1). Operator overloading.
(2). Function overloading.
(3). Virtual functions
Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)
How to hide the base class functionality in Inheritance?
can we make game by using c
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.
Which is better struts or spring?
What are the 3 principles of oop?
What is destructor example?
How is polymorphism achieved?
What is the difference between a mixin and inheritance?
How does polymorphism work?
Templates mean
Is react oop?
Why is abstraction needed?
Why is oop better than procedural?
What causes polymorphism?