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 a Default constructor?
Difference between strdup and strcpy?
How can you tell what shell you are running on unix system?
What is class definition in c++ ?
What is an object in c++?
What is #include ctype h in c++?
What is void pointer in c++ with example?
Can malloc be used in c++?
Does c++ have string data type?
what do you mean by volatile variable?
What gives the current position of the put pointer?
What is long in c++?
Program to check whether a word is a sub-string or not of a string typed
If dog is a friend of boy and boy is a friend of house, is dog a friend of house?
What are single and multiple inheritances in c++?