Tutorial no.3 - Polymorphism, Compile Time & Run Time by Khezer Mustafa

  • 9 years ago
Compile Time & Run Time
The source code must be compiled into machine code in order to become and executable program. This compilation process is referred to as compile time. A compiled program can be opened and run by a user. When an application is running, it is called runtime.

Recommended