What is polymorphism? (C++)
Answers were Sorted based on User's Feedback
Answer / augustus
Polymorphism is the ability of a message to be written in
more than one form
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / achal ubbott
Literally Polymorphism means one thing taking different
forms. e.g. in Function overloading same function name can
be used to represent 2 different functions.
fun(int a);
fun(int a, int b);
Similarly Operator overloading is polymorphism.
| Is This Answer Correct ? | 1 Yes | 0 No |
Why is OOPS called OOPS? (C++)
How about voltage source?
What are the different limitations in increasing the power supply to reduce delay?
what is the doping?
Write a VLSI program that implements a toll booth controller?
How do you size NMOS and PMOS transistors to increase the threshold voltage?
What is the difference between = and == in C?
what is short Channel effect.
Insights of a 4bit adder/Sub Circuit?
What is Noise Margin? Explain the procedure to determine Noise Margin?
4 Answers Amkor, Cisco, Infosys, Intel,
Have you studied buses? What types?
Explain depletion region.