Bean Introspection  «Prev 

Using Property Design Patterns - Exercise

Objective:Write accessor methods.
Using the appropriate property design patterns, write complete accessor methods for the following properties:
private int numLegs;
private boolean insect;


Type your answer below and click the Submit button when you are finished.