TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
hasiabdu
NA
1
0
Memory allocation in C#
Sep 27 2004 7:43 AM
Does anyone know how C# does the memory allocation for objects, and how methods are implemented? For example, C++ uses virtual method tables, and in Java objects contain a pointer to their class, with fields containing all the methods, and a field point to the superclass for the class. In addition, C++ uses static space allocation and slicing, whereas Java uses dynamic space allocation. How are these isses addressed in C#?
Reply
Answers (
1
)
help me to solve this problem
Help troubleshooting...