logo Practice-It logo

BJP3 Self-Check 8.31: accessorsStock

Language/Type: Java classes encapsulation instance methods
Author: Marty Stepp (on 2013/09/15)

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.

Type your solution here:


This is a class problem. Submit a complete Java class as described.

You must log in before you can solve this problem.


Log In

If you do not understand how to solve a problem or why your solution doesn't work, please contact your TA or instructor.
If something seems wrong with the site (errors, slow performance, incorrect problems/tests, etc.), please

Is there a problem? Contact a site administrator.