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

Показать описание
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.
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.