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 / duke
Use virtual class concept
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
What are proxy objects in c++?
What is public, protected, private in c++?
Why is c++ not purely object oriented?
What is virtual base class?
What is the v-ptr?
What's the hardest coding language?
Are c and c++ different?
What is the most powerful coding language?
Explain how we implement exception handling in c++?
Describe new operator and delete operator?
How can you say that a template is better than a base class?
Write a program to show polymorphism in C++?
Show the declaration for a static member variable.
Can you please explain the difference between using macro and inline functions?
How to access a variable of the structure?