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
Describe friend function & its advantages.
How to access a variable of the structure?
What methods can be overridden in java?
How do I get good at c++ programming?
What is a dynamic binding in c++?
Can I make ios apps with c++?
What are literals in C++?
How does c++ sort work?
Is c# written in c++?
What are the operators in c++?
Eplain extern keyword?
What is difference between malloc()/free() and new/delete?
What are the various situations where a copy constructor is invoked?
What is c++ redistributable?
What c++ library is string in?