Answer Posted / som shekhar
Since References are not objects and they dont have any
storage of their own , they always refer to the existing
object. Therefore it doesn't make sense to have an array of
reference.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Define copy constructor.
How do you establish a has-a relationship?
What are structures and unions?
Describe the process of creation and destruction of a derived class object?
Refer to a name of class or function that is defined within a namespace?
When is dynamic checking necessary?
What are the types of container classes?
What is the difference between mutex and binary semaphore?
When to use “const” reference arguments in a function?
Explain what is class definition in c++ ?
Why can templates only be implemented in the header file?
the first character in the variable name must be an a) special symbol b) number c) alphabet
what does the following statement mean? int (*a)[4]
Explain the advantages of using friend classes.
Why the usage of pointers in C++ is not recommended ?