Subclassing the Library not possible due to property visibility #3348
ConnectGrid
started this conversation in
General
Replies: 1 comment
-
I'd like to hear from the library author about why |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is:
What is the expected behavior?
The ability to subclass the library classes to add/enhance functionality.
What is the current behavior?
Class properties are defined as
private
, so they are not visible to the subclass.What are the steps to reproduce?
Please provide a Minimal, Complete, and Verifiable example of code that exhibits the issue without relying on an external Excel file or a web server:
Changing visibility of properties to
protected
would allow the library classes to be subclassed.Beta Was this translation helpful? Give feedback.
All reactions