How would you stop a class from class from being derived or
inherited.
Answer Posted / montylee
Here's the correct answer:
http://www.parashift.com/c++-faq-lite/strange-inheritance.html#faq-23.11
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does and I oop and sksksk mean?
Can we create object of abstract class?
What is inheritance write a program to show use of inheritance?
What is overriding in oop?
what is the drawback of classical methods in oops?
Prepare me a program for the animation of train
String = "C++ is an object oriented programming language.An imp feature of oops is classes and objects".Write a pgm to count the repeated words from this scenario?
What does <> mean pseudocode?
What are the three parts of a simple empty class?
What is pure oop?
What are constructors in oop?
What is polymorphism what are the different types of polymorphism?
What is difference between oop and pop?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What is abstraction in oops with example?