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
Which bitwise operator is used to check whether a particular bit is on or off?
What are c++ files?
What is the difference between a pointer and a link in c ++?
What is & in c++ function?
What is a buffer c++?
Why is main an int?
Explain object slicing in c++?
Explain the static storage classes in c++.
What is late binding c++?
Is string an object in c++?
What do you mean by overhead in c++?
What is the difference between a type-specific template friend class and a general template friend class?
Is swift better than c++?
Implement stack operations with pointers with appropriate exception checks.
What is a string example?