G
Guest
Hi there!
I would like to create a non-overwritable function in C#.
Could someone suggest me?
Thanks.
I would like to create a non-overwritable function in C#.
Could someone suggest me?
Thanks.
Could the sealed keyword be used for a user-defined function?
I want an equivalent to nonoverridable keyword of vb.
Aung Thu said:Yes, I mean 'non-overridable'. Thanks for correction.
Could the sealed keyword be used for a user-defined function? I don't know
how to implement by using it. I want an equivalent to nonoverridable keyword
of vb. I would like to get a link or an example for that?