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

      ES no BS
       My son's animations and music            training         Twitter            No BS IT podcast

Archives

««Feb 2010»»
SMTWTFS
  12
3
4
5
6
78910111213
14151617181920
21222324252627
28

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?