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
Why do we use polymorphism in oops?
What are the 3 pillars of oop?
How do you explain polymorphism?
Give two or more real cenario of virtual function and vertual object
What is difference between multiple inheritance and multilevel inheritance?
Write a program to implement OOPS concepts such as inheritance, polymorphism, friend function, operator overloading?
Can destructor be overloaded?
Is html an oop?
What is class and example?
Write a c++ program to display pass and fail for three student using static member function
Why do we use oop?
Why is static class not inherited?
Write a program to reverse a string using recursive function?
Can a varargs method be overloaded?
What is the purpose of enum?