S
SS IT Services LLC
I have build class Customer (public) which contains a virtual SAVE method.
Now I have build another class called Customer_ext which inherits Customer
Class thus exposing all the properties and methods.
Now I want to force programmers to use the Customer_ext class versus being
able to use the Customer class itself. Is this possible? Is there a way
that I can block someone from enstanciating the Customer class now that I
have it extended?
Thanks in advance.
Now I have build another class called Customer_ext which inherits Customer
Class thus exposing all the properties and methods.
Now I want to force programmers to use the Customer_ext class versus being
able to use the Customer class itself. Is this possible? Is there a way
that I can block someone from enstanciating the Customer class now that I
have it extended?
Thanks in advance.