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 |
Have you studied pipelining? List the 5 stages of a 5 stage pipeline. Assuming 1 clock per stage, what is the latency of an instruction in a 5 stage machine? What is the throughput of this machine ?
What are the steps involved in designing an optimal pad ring?
What is Fermi level?
what is multiplexer?
Factors affecting Power Consumption on a chip?
Implement an Inverter using a single transistor?
Why do we need both PMOS and NMOS transistors to implement a pass gate?
what is Latch up?How to avoid Latch up?
How can you construct both PMOS and NMOS on a single substrate?
For a single computer processor computer system, what is the purpose of a processor cache and describe its operation?
What happens to delay if we include a resistance at the output of a CMOS circuit?
What types of I/O have you designed? What were their size? Speed? Configuration? Voltage requirements?