J
joecool1969
I would like to create a class that inherits the File Class so I can
add a method to it. Then my class will have all of the functionality
of the original File class with the addition of my custom method.
But it appears that the File Class is a static class and you cannot
inherit from a static class.
Is there some way this can be done?
add a method to it. Then my class will have all of the functionality
of the original File class with the addition of my custom method.
But it appears that the File Class is a static class and you cannot
inherit from a static class.
Is there some way this can be done?