A student has created a Person class. The class contains var…
A student has created a Person class. The class contains variables to represent the following: A String variable called name to represent the name of a Person object An int variable called age to represent the age of a Person object A String variable called gender to represent the gender of a Person object The object is declared as type Person and has the reference variable p1. Which of the following descriptions is accurate?
Read Details