Answer Posted / brunda r
Polymorphism plays a very important role in allowing objects
having different internal structures to share the same
external interface.Its Its extensively used in implementing
inheritance.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
Please send ford technologies placement paper 2 my mail id
What is the example of polymorphism?
What is the importance of oop?
What is oops concept with example?
Can a varargs method be overloaded?
What is the significance of classes 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.
What is object-oriented programming? Webopedia definition
What is the difference between abstraction and polymorphism?
what is the drawback of classical methods in oops?
What is overloading in oops?
What is the difference between procedural programming and oops?
State what is encapsulation and friend function?
What is object in oop with example?