We want that education by which character is formed,strength of mind is increased, the intellect is expanded and by which, one can stand in one's own feet. Education is the manifestation of the perfection already in man.

SWAMI VIVEKANANDA

my website:http://www.shyamconnect.com


Thursday, December 16, 2010

what's there


Hi people...It is really fascinating to wonder about anything out there in space. It is believed that there is a huge space out there...the spaces are filled with huge objects. Some of those objects, produce themselves. Some of those reflect and absorb, the produced. I am thumbing about the production and usage of light. The producing object is Sun. The absorbing objects are planets like earth. God has made it so wonderful. The dependencies between these objects are very well organised by the developer. I am going to call him, the univware developer. He had known his requirements, thus creating the objects with correct functions and properties. This univware developer should have had heat as sun's property and produce light as a functionality.
class star
{
Kelvin core_temperature;
void createLight()
{
//code to create light
}
}

main()
{
star sun;
sun.core_temperature=1.57*(10^7);
sun.createLight();
}

Guess...this should be the code if God has used Object Oriented programming to create the all powerful sun ;-)

No comments: