Answer Posted / vaibhav meena
We can have Private Destructor and by using Friend Function
we can also instantiate it. :)
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
the first character in the variable name must be an a) special symbol b) number c) alphabet
Why #include is used?
Explain the static storage classes in c++.
Can we make copy constructor private in c++?
What language is a dll written in?
If dog is a friend of boy, and terrier derives from dog, is terrier a friend of boy?
How can virtual functions in c++ be implemented?
Difference between pointer to constant and constant pointer to a constant. Give example.
What are multiple inheritances (virtual inheritance)?
which operator is used for performing an exponential operation a) > b) ^ c) none
Explain the register storage classes in c++.
What is vectorial capacity?
Explain selection sorting?
find the two largest values among the 6 numbers using control structures : do-while,for,if else,nestedif- else ,while. one or two of them.
State two differences between C and C++.