Answer Posted / saranya.c
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 ? | 9 Yes | 6 No |
Post New Answer View All Answers
what is the sylabus for priliminaries?
What is abstract class in oop?
What is class in oop with example?
What is constructor overloading in oop?
Explain the concepts involved in Object Oriented programming.
What is the difference between inheritance and polymorphism?
What are different oops concepts?
What is object in oop with example?
What causes polymorphism?
What is Difeerence between List obj=new ArrayList(); and ArrayList obj=new ArrayList()?
What is overloading and its types?
Prepare me a program for the animation of train
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What are classes oop?
Why is destructor used?