Planet of the AOPs at 360|Flex
This year at 360|Flex in Denver I’ll be co-presenting a session with Mike Labriola called “Planet of the AOPs”. What is the Planet of the AOPs? Let me give you a little hint…
public class Foo {
private function getPrivateBar():String {
return "private bar";
}
}
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 today at 11am (MDT).