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 |
Differences between Signals and Variables in VHDL? If the same code is written using Signals and Variables what does it synthesize to?
How do you detect if two 8-bit signals are same?
Draw a CMOS Inverter. Explain its transfer characteristics
What is the critical path in a SRAM?
What is the ideal input and output resistance of a current source?
Differences between functions and Procedures in VHDL?
What is Body Effect?
0 Answers CG CoreEL, Cisco, TA,
What are the steps involved in preventing the metastability?
Explain Custom Design Flow?
Cross section of a PMOS transistor?
What is the build-in potential?
What is interrupt latency?