Can you allow class to be inherited, but prevent the method from being over-ridden?

Submitted by: Administrator
Yes, just leave the class public and make the method sealed
Submitted by: Administrator

Read Online C# (Sharp) Programming Language Job Interview Questions And Answers