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 interface in oop?
Is oop better than procedural?
what is the drawback of classical methods in oops?
What is difference between multiple inheritance and multilevel inheritance?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is difference between polymorphism and inheritance?
when to use 'mutable' keyword and when to use 'const cast' in c++
There are two base class B1,B2 and there is one class D which is derived from both classes, Explain the flow of calling constructors and destructors when an object of derived class is instantiated.
What is abstraction oop?
What is class and object in oops?
What is overloading in oops?
Can we have inheritance without polymorphism?
What is multilevel inheritance in oop?
What is the real life example of polymorphism?
What is abstraction in oops with example?