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
syed abid
NA
3
0
if we implement interface in structure and create object of structure then the object of structure stores in stack or heap
Jul 2 2010 11:44 AM
Interface iface
{
string name {get;set;}
void show();
}
struct xyz:iface
{
//code here
}
I want to know the xyz.name will store in stack of heap.
Reply
Answers (
2
)
display of data table
Connect from my winApp to SS2008 without installing sql on client....