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 various MOSFET Capacitances & their significance?
What is the depletion region?
If the current thru the poly is 20nA and the contact can take a max current of 10nA how would u overcome the problem?
Implement D flip-flop with a couple of latches? Write a VHDL Code for a D flip-flop?
What's the price in 1K quantity?
Insights of a 2 input NOR gate. Explain the working?
Draw the stick diagram of a NOR gate. Optimize it
What is pipelining and how can we increase throughput using pipelining?
Explain the working of differential sense amplifier?
How do you size NMOS and PMOS transistors to increase the threshold voltage?
What is component binding?
How can you model a SRAM at RTL Level?