Java Practice It | Self-Check 8.31: accessorsStock | classes, encapsulation, instance methods

preview_player
Показать описание
More practice its:

Problem:

Question:
Encapsulate the Stock class below by making the fields private. Also add accessor methods named getSymbol, getTotalShares, and getTotalCost to return the stock's symbol, total shares, and total cost respectively.
Рекомендации по теме