write a program which best describes polymorphism in real
world?
Answers were Sorted based on User's Feedback
Answer / renjitha r kumar
single man behave differently in differnt situations
| Is This Answer Correct ? | 21 Yes | 2 No |
Answer / sujay
two person with same name say XXX but they have different
initials(father) which is one of the example or the real
world polymorphism
| Is This Answer Correct ? | 18 Yes | 4 No |
Why polymorphism is used in oops?
What is operator overloading? Give Example
11 Answers CTS, IBM, TCS,
What is Iteration Hierarchy? What is what is Object behavioral concept?
How to create a comment page in C #??
Why is polymorphism important in oop?
You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.
Define a class to represent a bank account. Include the following members: Data Members: Name of the Depositor Account Number Type of Account Balance amount in the account Member Functions: To assign the initial values. To deposit an account. To withdraw an amount after checking the balance. Write a C++ main program to display account number, name and balance.
why in java first invoke public static void main(String args[]) method????Why not public static void method1(String args[])??
What is the main purpose of inheritance law?
write a C++ program for booking using constructor and destructor.
diff between Abstract class Interfaces?
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?