G
Guest
Can I have an abstract class which declares a static variable but does not
define it and then I have another class which is a static class inherit from
the abstract class and define the data which will reside in that static
variable?
define it and then I have another class which is a static class inherit from
the abstract class and define the data which will reside in that static
variable?