Website is updated! 06:37 PM 09/01/2015

Pgesturia

Online training

We provide essential courses to our courses online and we teach them every thing we know about web designing and web development For no cost

Sunday, 21 December 2014

A memorable journey

Topic: A memorable journey A memorable journey is that which clicks in your mind, it is that moment which impressed you a lot. I travelled a lot in my life but the most shining and the most memorable journey of my life is when I went to the Fair, it was famous by its name that is LUCKY IRANI CIRCUS which was held in the city Lahore. Lahore is the famous city of Pakistan. Lucky Irani circus was on 25th of December. We started our journey two days earlier from Karachi .We were not came from Plane, we started our journey by car. It took...

Wednesday, 17 December 2014

SRS-Software Requirement specification

Software Requirement specificationSRS 1.  INTRODUCTION                                    This SRS document is for a software house’s website (Anysoftwarehouse.com) This document provides overview of the SRS for our website.It includes purpose of our website. It provides scope of website and definitions and reference and the overview is also written in SRS. 1.1         Purpose...

Tuesday, 16 December 2014

peshawar attack DP

Attack in peshawar DP We in the condolence of peshawar attack will change our dps's of atleast 3 days. ...

Friday, 12 December 2014

Polymorphism in OOP

Polymorphism and virtual functions Polymorphism The word Polymorphism is a combination of two words i.e poly and morphism. Poly means many and morphism mean form. In object-oriented-programming, Polymorphism is the cability of objects of different types two reply to the functions of the same name.The user  not have to know the exact type of the object in advance. The action of the object can be apply at the run time. It is called Late-Binding or Dynamic binding. Polymorphism is implemented by using virtual functions. Pointer to objects A...

Sunday, 7 December 2014

Sandwich Model in SE

Requirement and ModelingorSandwich Model                              It is important to understand the relationship between requirement management and system modeling.They are mutually supportive activities that should not be equated.We can compare this relationship  to the terminology 'SANDWICH'.                    ...

Wednesday, 3 December 2014

Software configuration management

Presentation on Software configuration management  The topic of my today's presentation is Software configuration management. Firstly we see that what is meant by configuration? What is configuration? The way a computer system or program is prepared for particular use is known as configuration.For example we will see that a simple USB have multiple functions i.e we can store data or make it boot-able drive,so in both cases we actually...

Monday, 1 December 2014

What is meant by Inheritance in OOP?

Inheritance                             A programming technique that is used to reuse an existing class to build a new class is known as inheritance.The new class inherits all the behavior of the original class. The existing class that is re-used to create a new class is known as super class,base class,or parent class.The new class that inherits the properties and functions of...