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
Explain the uses of static class data?
Why is main function important?
What is the difference between map and hashmap in c++?
Explain linked list using c++ with an example?
Can circle be called an ellipse?
Define stacks. Provide an example where they are useful.
What is atoi?
What is the importance of mutable keyword?
Describe the syntax of single inheritance in C++?
Explain how the virtual base class is different from the conventional base classes of the opps.
What is split a string in c++?
Is swift better than c++?
What return value must conversion operators have in their declaration?
Can user-defined object be declared as static data member of another class?
What is runtime polymorphism in c++?