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 |
Explain the operation considering a two processor computer system with a cache for each processor.
What are the main issues associated with multiprocessor caches and how might you solve them?
what is the difference between the TTL chips and CMOS chips?
Basic Stuff related to Perl?
What does it mean “the channel is pinched off”?
Explain ASIC Design Flow?
2 Answers Intel, JK Associates, Mind Tree,
What are the Factors affecting Power Consumption on a chip?
What happens when the gate oxide is very thin?
Explain why & how a MOSFET works?
Factors affecting Power Consumption on a chip?
How to improve these parameters? (Cascode topology, use long channel transistors)
What is FPGA?