Skip to main content

Posts

Showing posts from January, 2014

Start menu in windows 8

Start menu in windows 8   Now a days we are using windows 8 it is good and   great but when you migrate from windows XP and windows 7 you miss the windows start button In windows 8 and windows 8.1 everything we have to do with apps menu is   easy but as windows XP user it is very difficult to overcome this we can depend on 3 rd (which is not developed by Microsoft) party tool that is available here Check and enjoy with simple steps It is free and no extra activities are required enjoy  

OOPS-Constructors and distractor

Hi friends today we will discussed about constructors and distractor in csharp Constructors are used to memory allocation for real world entities which are created with the help of objects. When program or application is running, application required memory to save and manipulate data of that real world object/entities. Now the question is how much memory is required for that object? Frankly no one can decide how much memory is required for that application because of that all object oriented programming languages depends on heap memory. Heap memory is a logical memory in RAM (temporary memory) and size is logically infinity (physically it is limited).This memory has to be creating at run time when we are using object in our program/application. Now we have to know that what type of data members we have in object. In object we have two types of data members’ object instance  shared instance Object instance are allocated occupies object memory and eve