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 is Difference Between Inheritance and creating object and getting data? means Class A extends B{ B.getMethod();} (OR) Class A{ b obj=new B(); obj.getMethod(); }
• What are the desirable attributes for memory managment?
What is abstraction oop?
What is a null tree?
write string class as your own class in java without using any built-in function
What is the real time example of encapsulation?
What are the data types in oop?
What is encapsulation example?
What is polymorphism and example?
i am getting an of the type can not convert int to int *. to overcome this problem what we should do?
Why is oop better than procedural?
Why do we use encapsulation in oops?
write a C++ program for booking using constructor and destructor.
Can enum be null?
Why is abstraction needed?