
This year at [360|Flex][1] in Denver I'll be co-presenting a session with [Mike Labriola][2] called "[Planet of the AOPs][3]". What is the Planet of the AOPs? Let me give you a little hint...

```actionscript
public class Foo {
  private function getPrivateBar():String {
    return "private bar";
  }
}
```

```actionscript
var foo:Foo = new Foo();
foo['getPrivateBar']();
```

Yup! It's gonna be fun! The session will be on Tuesday April 12th at 2:50pm. Hope to see you there!

Also, Mike and I are doing a [360|Flex speaker chat][4] today at 11am (MDT).

 [1]: http://www.360flex.com/
 [2]: http://www.digitalprimates.net/author/codeslinger/
 [3]: http://www.360flex.com/schedule/
 [4]: http://www.360flex.com/blog/2011/03/360flex-2011-speaker-chat-michael-labriola/
