Answer Posted / 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 |
Post New Answer View All Answers
Write a program to explain the comparator?
In vlsi chip 1000s of transistors are dropped, specifically categorized. Which method is used to achieve this & how it is done practically?
How can you model a SRAM at RTL Level?
what is a sequential circuit?
How logical gates are controlled by boolean logic?
Help with VHDL programming. Write a VHDL code for a D-Latch with clear input ?? (Hint: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs AND OUTPUTS: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
You have a driver that drives a long signal & connects to an input device. At the input device there is either overshoot, undershoot or signal threshold violations, what can be done to correct this problem?
In a SRAM layout, which metal layers would you prefer for Word Lines and Bit Lines? Why?
In Verilog code what does “timescale 1 ns/ 1 ps” signifies?
what is Slack?
Draw the Layout of an Inverter?
Explain sizing of the inverter?
Explain how logical gates are controlled by Boolean logic?
How does a Bandgap Voltage reference work?
Implement a function with both ratioes and domino logic and merits and demerits of each logic?