How would you stop a class from class from being derived or
inherited.
Answer Posted / abhijit pritam
Only fifth answer is correct (for C++)
| Is This Answer Correct ? | 0 Yes | 8 No |
Post New Answer View All Answers
What is abstract class in oops?
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 is oops and why we use oops?
What does and I oop mean?
Which language is pure oop?
What is difference between multiple inheritance and multilevel inheritance?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
Write a program to reverse a string using recursive function?
What is protected in oop?
What are functions in oop?
What is encapsulation and abstraction? How are they implemented in C++?
What is persistence in oop?
Get me a number puzzle game-program
What is a null tree?
Why do we need polymorphism in c#?