Hi friends,
I'm not that much famililar with c++ But my friend has some
the theoretical doubts. So I'm asking them here.
1)Whether it is necessary to have a name for c++ object?
2)Can a member function delete THIS pointer? Explain.
3)Explain arry based I/O in c++
4)why in c++ Union can't have the static data members?
5)Where the member functions of c++ class stored?
6)what is the difference between mutable and immutable values?
7)Why it is not possible to get addresses of constructor and destructor member functions?
8)Why it is not possible to get addresses of conversation function?
9)Can a recursive c++ function have default argument? Justify.
10)Can a exception handler have default arguments? justify.
11)Give the relationshis among c++ classes.
12)Discuss in brief the functionality of the built in function
"istrem putback(char)"
13)Can we use the same function name for a member function and a non member function in the same program file? justify u'r answer.
14)What is the difference between a non constant object and a constant object?
Please answer me if u know any of these questions.
Thanks in advance.
Anita




Reply With Quote