Monthly Archives: April 2012

Graphical User Interface

A graphical user interface is a human-computer interface that is graphical (rather than purely textual) user interface. GUI.. read more>>

Command Line Interface

A command-line interface (CLI) is an interface between the user and a program. GUI was not supported by.. read more>>

Inheritance

Inheritance in programming languages is a concept of OOP which supports hierarchical classification and reusability of code. A.. read more>>

Dynamic Binding

Dynamic binding also called dynamic dispatch is the process of linking procedure call to a specific sequence of.. read more>>