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 / abhishek
i think we r discussing c++ not java MR S.v.vignesh.....
!!
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a rooted hierarchy?
what is the use of void main() in C++ language?
What are all predefined data types in c++?
Explain public, protected, private in c++?
What is null and void pointer?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What is the main purpose of c++?
What are the various situations where a copy constructor is invoked?
Write a program which employs Recursion
What is the full form of dos?
What is the two main roles of operating system?
Which ide is best for c++?
What is the difference between the functions rand(), random(), srand() and randomize()?
Define namespace in c++?
Can we use this pointer in a class specific, operator-overloading function for new operator?