SyntaxFix
Write A Post
Hire A Developer
Questions
The best you could do is have accessor/mutators for the variable. Something like getTAG() That way all implementing classes would have to implement them. Abstract classes are used to define abstract behaviour not data.