InterviewSolution
Saved Bookmarks
| 1. |
How Do You Prevent A Class From Being Inherited By Another Class? |
|
Answer» USE the sealed KEYWORD to prevent a class from being INHERITED by ANOTHER class. Use the sealed keyword to prevent a class from being inherited by another class. |
|