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 are the types of abstraction?
What do you mean by variable?
Which language is not a true object oriented programming language?
Can private class be inherited?
What are the three main types of variables?
What does and I oop mean?
What is the main purpose of inheritance law?
Why is object oriented programming so hard?
What is constructor in oop?
IS IT NECESSARY TO INITIALIZE VARIABLE? WHAT IF THE INSTANCE VARIABLE IS DECLARED final ? IS IT NECESSARY TO INITIALIZE THE final VARIABLE AT THE TIME OF THEIR DECLARATION?
How is polymorphism achieved?
Can main method override?
What is advantage of inheritance?
What is balance factor?
write a program that takes input in digits and display the result in words from 1 to 1000