Pages

Tuesday 20 March 2012

Hire a CEO

With rising speculations of Steve Ballmer stepping down after launch of Windows 8, raises a question about how critical it is to change one of the top most employee of the company. Taking Microsoft's age and size into consideration it is very critical to hire a top notch guy with lot of experience on his profile.

Externally hired CEOs like James of McDonalds, Carlos of AmBev and Alan of Ford, who did quite well on their jobs, Microsoft also needs a fresh face now. One who is passionate, innovative, completely dedicated and has a better understanding of young generation's thought process. At the same time it is equally important that essence of Microsoft is not lost during transformation.

I wish to see someone come up with "people oriented programming" where we can create a base class of Bill Gates and inherit in the expected CEO. I have given a simple structure of program for those who seriously thought of building up POP (People Oriented Programming) concept. Enjoy!

using Microsoft;
public class BillGates
{
  public BillGates( )
.
..
.
public class NewCEO : BillGates 
{
  public NewCEO( )
.
..
.
public static void Main( )


NewCEO MrXYZ = new NewCEO( );
{
.
..
.
   }
 }
}


Good luck!

No comments:

Post a Comment