Results 1 to 1 of 1

Thread: Problem with Concept : Memory Management, Delegate and Interface

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member Coool's Avatar
    Join Date
    Feb 2006
    Location
    System.Coool
    Posts
    333

    Question Problem with Concept : Memory Management, Delegate and Interface

    Hi, I have just started learning C# before 20 days so if and but answer of some of the question i can't found are ..

    Well, I know when an obj is initalized, enough memory is allocated that can hold the member data (fields and method) ..

    1) Now, where methods are actually stored ? in heap or in stack memory ? Is copy of methods are stored for each object ?


    2) If i define the constructor than which type of memory is allocated to it (Heap or stack) ? What abt the default constructor that is created by compiler ?

    3) what is the advantage of Delegate refrence to Interface & class ?
    plz help

    thanks in advance
    Last edited by Coool; Apr 16th, 2006 at 08:51 PM. Reason: Question seem to be hard

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width