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
All the answers above are wrong. Guys, Don't provide some
junk answers! It may be misinterpretted by someone who has
less knowledge about the subject.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain queue. How it can be implemented?
Who calls main function?
what are the events occur in intr activated on interrupt vector table
Write my own zero-argument manipulator that should work same as hex?
What are the c++ access specifiers?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
What is the use of main function in c++?
Differentiate between an external iterator and an internal iterator?
Of the numbers 12 23 9 28 which would be at the top of a properly implemented maxheap a) 28 b) 9 c) Any of them could be
Can a program run without main?
Explain the benefits of proper inheritance.
What is the difference between global variables and local variable
What is the maximum combined length of command line arguments including the space between adjacent arguments?
What is the most useful programming language?
Differentiate between C and C++.