The No.1 i-Technology Magazine in the World !
   
 

      ES no BS
This is a personal blog of Yakov Fain       My son's animations and music         No BS IT podcast      Америчка




Archives

««Sep 2010»»
SMTWTFS
    1
2
34
567891011
12131415161718
19202122232425
2627282930

RSS Feed








Subscribe to these blogs

Latest tagged entries for 'OOP'



A Poem About Java

Wednesday, 8 April 2009 7:15 A GMT-04
This poem is written by Vadim Rabovsky, a Java developer from Rochester, NY Advanced topics of object oriented programming.Presenting the world as a random collectionOf objects is dubious. Far from perfection,It hardly can pass for a decent expressi

Object-Oriented programming in ActionScript 3 vs Java

Saturday, 27 January 2007 3:38 P GMT-04
You know the drill: a language is called object-oriented if it supports inheritance, encapsulation and polymorphism. And what do we do with interfaces?

Adobe Flex: Program in Style or an Elevator Pitch

Saturday, 23 September 2006 8:09 A GMT-04
Your old programming habits influence the style of your programming in any new language you learn. Let me illustrate my point using Flex.

Who needs protected variables?

Friday, 25 August 2006 9:51 A GMT-04
For years, object-oriented programmers knew that one of the main OOP features is encapsulation: an ability to hide and protect object internals. But do we really need protected variables?