Answer Posted / lokesh singh
when ever we think about generic function, first of all
think why we needed.
if we want to use no of diffrent-diffrent variables in a
programme then we need no of function for that purpose.
generic function is used for preventing function
overloading. due to feature of taking any type of variable.
it have such type of quality.
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
How many human genes are polymorphic?
What are the 3 pillars of oop?
What is super in oop?
What causes polymorphism?
What is pure oop?
What is encapsulation in simple terms?
write a programe to calculate the simple intrest and compund intrest using by function overlading
Can we create object of abstract class?
What is oops and why we use oops?
What is encapsulation process?
What is object and class in oops?
Why oops is important?
What is oops with example?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< What is oops?what is its use in software engineering?