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
What is array give example?
What is the sequence of destruction of local objects?
What is called array?
Is turbo c++ free?
How did c++ get its name?
What's the order in which the local objects are destructed?
What's the best free c++ profiler for windows?
How the keyword struct is different from the keyword class in c++?
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
Explain the problem with overriding functions
What are c++ data types?
Can a new be used in place of old mallocq? If yes, why?
What is the difference between mutex and binary semaphore?
Are strings immutable in c++?
Explain stack & heap objects?