Hello guys!
I am working on inheritance exercise in java. But i do not understand one question.
What does it mean that write out all data even the inherited ?
Basically, I need to create a class ChessPlayers which inherits the class People.
ChessPlayers class must contain the following data: membernumber(a string), rank(a string which represents the player's level),and wins (an integer which represents how many tournaments the player has won.
I am working on inheritance exercise in java. But i do not understand one question.
What does it mean that write out all data even the inherited ?
Basically, I need to create a class ChessPlayers which inherits the class People.
ChessPlayers class must contain the following data: membernumber(a string), rank(a string which represents the player's level),and wins (an integer which represents how many tournaments the player has won.