W
wiredless
Hi,
To minimize resource usage on a WinCE app I want to seal classes and methods
that do not get inherited. Is it still good practice to set the class
constructor to private or is it covered by using sealed?
To minimize resource usage on a WinCE app I want to seal classes and methods
that do not get inherited. Is it still good practice to set the class
constructor to private or is it covered by using sealed?