Answer Posted / achal ubbott
Template feature came to c++ quite later from its birth. It
basically helps some big coders.
Now if u buy 2 libraries from market and both of these
define a class Ethernet; Then if u use both of them in your
code the copiler will give some redeclaration of class
errors. So this Namespace feature helps the coder to
differentiate among the two.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Can we distribute function templates and class templates in object libraries?
What are the advantages of using typedef in a program?
Write about the local class and mention its use?
Evaulate: 22%5 a) 2 b) 4 c) 0
Can malloc be used in c++?
What is polymorphism & list its types in c++?
What is an adaptor class or wrapper class in c++?
What are separators in c++?
What's the hardest coding language?
What is the auto keyword good for in c++?
Why do we need c++?
Why c++ is the best language?
How do you add an element to a set in c++?
Write a program to find the reverse Fibonacci series starting from N.
What are the benefits of oop in c++?