Accessor method


SUBMITTED BY: oshear2

DATE: Oct. 13, 2020, 3:01 a.m.

FORMAT: Text only

SIZE: 120 Bytes

HITS: 332

  1. A method that accesses an object and returns some information about it, without changing the object
  2. Ie. box.getWidth();

comments powered by Disqus