InterviewSolution
Saved Bookmarks
| 1. |
Can You Allow A Class To Be Inherited, But Prevent A Method From Being Overridden In C#? |
|
Answer» YES. By Declaring the CLASS public and MAKING the method sealed. Yes. By Declaring the class public and making the method sealed. |
|