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
Mention the ways in which parameterized can be invoked. Give an example of each.
Which is best c++ or java?
Why are arrays usually processed with for loop?
What are the new features that iso/ansi c++ has added to original c++ specifications?
What is virtual destructor? What is its use?
Explain what are accessor methods?
What is the best c++ ide?
What are guid?
how to access grid view row?
If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?
What do you mean by friend class & friend function in c++?
Can there be at least some solution to determine the number of arguments passed to a variable argument list function?
What is object oriented programming (oop)?
Describe the process of creation and destruction of a derived class object?
Can you pass an array to a function in c++?