CLASS QUIZ 1: RESULTS - PowerPoint PPT Presentation

1 / 7
About This Presentation
Title:

CLASS QUIZ 1: RESULTS

Description:

Group of predefined collection of methods and classes. e.g. Math class, math operations. ... Can add VBScript files to a C# project etc. Intermediate Compilation Step ... – PowerPoint PPT presentation

Number of Views:20
Avg rating:3.0/5.0
Slides: 8
Provided by: Magy8
Category:
Tags: class | quiz | results | vbscript

less

Transcript and Presenter's Notes

Title: CLASS QUIZ 1: RESULTS


1
CLASS QUIZ 1 RESULTS
2
Overall Statistics
3
Late Binding
  • Early Binding at compile time
  • Late Binding at run time

4
Libraries
  • Group of predefined collection of methods and
    classes
  • e.g. Math class, math operations
  • .dll files are dynamically linked libraries
    linked at run time

5
Automatic Garbage Collection
  • Releases all objects that are not currently in
    use, freeing up memory
  • AUTOMATICALLY
  • C provides automatic memory management and
    automatic garbage collection
  • i.e. automatic memory allocation
  • No pointers

6
Language Independence
  • Independence between the different languages in
    the .NET platform (C, Visual BASIC .NET, etc)
  • Can add VBScript files to a C project etc

7
Intermediate Compilation Step
  • Different Codes within a project compiled first
    to a CIL (common intermediate language) code
  • This step gives language independence between the
    diff languages
  • CIL code is platform independent
Write a Comment
User Comments (0)
About PowerShow.com