How would you stop a class from class from being derived or
inherited.
Answer Posted / satya
By Declaring the Class as 'Sealed' in C# or
as "NotInheritable" in VB.NET
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Can you explain polymorphism?
What is the highest level of cohesion?
What is abstraction with example?
What is the fundamental idea of oop?
What are the 4 pillars of oop?
Is abstract thinking intelligence?
What do you mean by variable?
How long to learn object oriented programming?
What is oops with example?
what type of question are asked in thoughtworks pair programming round ?
How oops is better than procedural?
What is coupling in oops?
How to use CMutex, CSemaphore in VC++ MFC
How do you answer polymorphism?
Is enum a class?