I found it quite useful.
I wanted to introduce two additional methods to read the log file and to delete the log file.
Both the methods require the log file name which is internal to the Class.
(Actually, we specify the name of the log file, but internally, the name is appended with the current date. So, possibly, I can workaround that limitation of not having the internal file name).
There is no inheritance feature in B4X. Inheritance will also won't help in such case as it is only useful in cases where the base class is built specifically to be extended like this.
There are other ways to extend classes but only if they are designed to be extended.