Answer Posted / draku
Generic functions are functions which are not used for any
particular datatype..they are useful for anydatatype Ex: if
you write code for the Sorting program using templates then
the function is useful for any data type to sort...Generic
classes are same as generic functions
| Is This Answer Correct ? | 41 Yes | 5 No |
Post New Answer View All Answers
How to improve object oriented design skills?
What are functions in oop?
Which language is not a true object oriented programming language?
What are the 4 main oop principles?
What is the difference between a mixin and inheritance?
What is protected in oop?
Explain the advantages of inheritance.
What is the use of oops?
what's the basic's in dot net
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is the difference between static polymorphism and dynamic polymorphism?
What is solid in oops?
What is a null tree?
What is encapsulation selenium?
write a programe to calculate the simple intrest and compund intrest using by function overlading