Thursday, August 23, 2012

Live Cricket

Wednesday, September 21, 2011

User Interface 
This is user interface we are using in our OOP344 project, which has several properties and every property is essential in term of understand the project needs.
  1. Offset:- As the name suggest, which we con't see on screen. This usually happens when string length is longer than field length. For instance, here ABCDE are in offset position.
  2. Field Length:- Field length is which we can see on screen. for instance F to U in field length.
  3. Cursor Position:- Cursor Position is start from where offset ends and where is cursor blinking, here K is cursor position. 

Tuesday, September 20, 2011

Object Oriented Programming

Object Oriented Programming is a programming approach where we subdivide a problem domain in small chunks(objects) and these objects interact with each other. There are three central concepts to understand the Object Oriented Programming.


  1. Encapsulation :- Encapsulation is a process of accessing data through functions inside of a class. Basically, validation and integrity of a class can be done in this process.  
  2. Inheritance :- Inheritance is a relationship between classes where one class shares its entire structure with another class.  We called new class derived class and already existing class a base class. A programmer can add additional features in a new class, actually adding new feature is the whole purpose of created a derived class. 
  3. Polymorphism:- Ploymorphism is the ability of using a function in different ways.  Poly, referring to many, signifies the many uses of these operators and methods. A single method usage or an operator functioning in many ways can be called polymorphism.

Tuesday, January 11, 2011

Blog world

Blogs are amazing thing to do where we can express our knowledge or thought