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
Can we overload operator in c++?
What is diamond problem in c++?
Is std :: string immutable?
Can constructor be static in c++?
What is the difference between strcpy() and strncpy()?
If all is successful, what should main return a) 0 b) 1 c) void
Can you please explain the difference between static and dynamic binding of functions?
How do you sort a sort function in c++ to sort in descending order?
What is abstraction in c++?
What are the various operations performed on stack?
Am pass the 10000 records to target in target I will take commit interval 15000 when I was stop the work flow what will happened
What is a v-table?
Explain object slicing in c++?
What is protected inheritance?
What are static member functions?