Making handsome applications is a top priority for eye candy lovers as myself. Thanks to the Windows... read more
Encapsulation & Abstraction Two concepts that go together in the object oriented approach are Encap... read more
Object Oriented Programming Object Oriented Programming is a methodology modeled on real life. It co... read more
Conditional Branching By branching we imply, having different paths for execution. Conditions are u... read more
Variables A Variable is a named location that stores a value. Although variables are physically sto... read more
When we compile a program, the code for the various in-built functions are copied from the appropria... read more
When we compile a program, the code for the various in-built functions are copied from the appropria... read more
Prior to the Event Driven model, programming was procedural, where there would be an entry point for... read more
User Interface is the layer between the User and the Application that enables the user to interact w... read more