How would you stop a class from class from being derived or
inherited?The constructer should not be Private,as object
instantiation should be allowed.
Answer Posted / mms zubeir
Thanks for the detailed answer. It's really pleased me the
way your answer is. Initially I wrote 'partial
implementation' since I couldn't get the details out of
your first answer. I am looking at the codeguru solution.
Thanks once again.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Discussion on error handling of C++ .
Write is a binary search tree? Write an algo and tell complexity?
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
What is a static element?
What does int * mean in c++?
Is linux written in c or c++?
What do you mean by delegate? Can a user retain delegates?
What character terminates all character array strings a) b) . c) END
What gives the current position of the put pointer?
What is the use of 'using' declaration in c++?
What are the differences between new and malloc?
What is lambda expression c++?
Write about the members that a derived class can add?
What are maps in c++?
Why is null pointer used?