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 Charge Sharing problem while sampling data from a Bus?
Explain the Working of a 2-stage OPAMP?
Explain the operation of a 6T-SRAM cell?
If an/ap = 0.5, an/ap = 1, an/ap = 3, for 3 inverters draw the transfer characteristics?
Explain why present VLSI circuits use MOSFETs instead of BJTs?
How does Resistance of the metal lines vary with increasing thickness and increasing length?
Process technology? What package was used and how did you model the package/system? What parasitic effects were considered?
Which gate is normally preferred while implementing circuits using CMOS logic, NAND or NOR? Why?
What happens to delay if you increase load capacitance?
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 ?
Explain how binary number can give a signal or convert into a digital signal?
Given a layout, draw its transistor level circuit. (I was given a 3 input AND gate and a 2 input Multiplexer. You can expect any simple 2 or 3 input gates)