Risk Unlimited

Whats life without risk……..

Archive for July, 2008

Romance

Published by admin under General on July 28, 2008

Hi friends, due to the response for my poem i scribbled here last time, i am going to write one more poem here…. If you want to hex me, do it whole hearten…

Romance is the important part of life,
Every one should love their lovely wife.
Love is important in romance,
Romance is important in love.

If we are about to just love,
We can love a dog or a cat.
If we are only up to love making,
We can just do it with a hooker.

We need a relation of love,
That comes all the time we live.
Love and love making should combine,
So that your relation becomes divine.

Repelling Effect

Published by admin under General on July 25, 2008

Hey gags. Lets have a funny topic here today. This is about how you can be a girl repelling guy. There are lots of things that can attract the girls. We shall see about some of the qualities of men that can repel the ladies. I am such a girl repelling guy and i am so proud of being such one. We have to be honest and it is the first one that repels the girls. Live your life truly. The reality will definitely repel the girls from us. They dont like reality and they just believe fantasy and made up romantic sentences. Lets have a detailed discussion about this later since my sister is debating me about these stuff. I will finish it first, then i will continue this here.

Move on…

Published by admin under General on July 21, 2008

Hi friends let me try my hands with some poem…. Bare with me please…..

Tough time comes in all our lives,
We need to move on that is wise,
We need some refreshingly cool thing,
To move on from every tough thing.

For me it is the evening breeze,
That makes my body and mind ease,
Without tension i take a walk,
I can even wonder at small rock.

When people cross me at that time,
They remind me of passing sorrows.
When children pass me singing rhyme,
They remind me even joy is narrow.

So we have to move on from every thing,
We need not to become a saint,
When we get used with that thing,
We will stand tall as a giant.

Nature

Published by admin under General on July 18, 2008

I and my camera are the greatest pair who can love nature very much. We always snap the nature rather than people. I bought the camera with face detection and some other technologies that i wont use mostly. I love to shoot the nature very much. The morning dew drop and leaves, sun light through trees are my favorite. In evening the lonely beach, men less park, red sun set are my favorite. I often go to hill trekking and captures most beautiful things in the world. Small insects, beautiful flowers and so many natural snaps of my collection makes me mingle with them when i look into them. Soon i will post my photos in a separate section.

OOPS continued…. (final)

Published by admin under Technical on July 13, 2008

We discussed about the encapsulation concept of the oops a week before. I received many mails regarding that. We shall now see the important concept Inheritance.

Inheritance is the most important concept of OOPS that makes the programing very much flexible. We saw that the data members in a class cannot be accessed by the member functions of other class. If we completed a class and want to access the data members for another function, we use the concept of friend class or inheritance. Inheritance is the natural concept. A son inherits his father’s nature. Similarly a class inherits another class nature. A class is called derived class that inherits another class which is base class. We can access the data members of the base class with the member functions of the derived class.

We shall finish this OOPS concept with this post. Mail me if you want programs and other conceptual clarity with examples.

OOPS continued….

Published by admin under Technical on July 9, 2008

We have just seen introduction to the OOPS concepts. We have to see the concepts in detail. Lets first take the Encapsulation concept.

Encapsulation is the process of binding the data members and member functions. Classes are the basic encapsulation process module. In classes we declare the data members that are going to be used inside the program. We also declare the member functions in the class. This will bind the data members to those member functions. The member functions can be defined outside the class. But the data members inside the class alone can be passed to the functions. This will prevent the usage of data by other functions outside the class.

Object Oriented concepts

Published by admin under Technical on July 3, 2008

Hi friends, this is a technical post. So if you are not interested in Object oriented concepts, please visit my previous general posts. Lets us start my technical geeks.

The object oriented programing concepts are very important one since the industry reached new dimension with the evolution of these concepts. The structured programing concepts proved to have various defects and those defects are overcome by OOPS concepts. The various Object Oriented concepts are polymorphism, inheritance, Classes and Objects, Encapsulation, Object Overriding and so many other. These concepts increases the flexibility of the language. We shall see about these stuff in the coming posts.