For accessing the properties of an object, the programmer can this using the dot operator or the same can be achieved by using

an array.as shown below
trace-( personl. firstName );
trace (persoril[ "firstName" );

Name:  Programming Fundamentals - Accessing Properties.jpg
Views: 32
Size:  44.4 KB