Jun 022010
 

I can’t believe TechED 2010 is almost here. This year I get the opportunity to represent the Microsoft community as a web expert, so if you are at TechED this year swing by the web platform expert area and visit with me. I am also doing a BOF this year with Shawn Wildermith and I am listed as a speaker on the TechED site. Also, if you aren’t doing anything on 6/8 from 1:45-2:30 swing by room 335 and catch our discussion on “Silverlight, where will it take frontend development?”

Jul 182008
 

The Big 3 OO concepts are:

  1. Encapsulation
  2. Polymorphism
  3. Inheritance

They are defined as:
Encapsulation – the grouping of related ideas into unit. Encapsulating attributes and behaviors.
Inheritance – a class can inherit its behavior from a superclass (parent class) that it extends.
Polymorphism – literally means “many forms’”.