Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
how to create a stronly typed array
roshan thas
10y
929
1
Reply
Interface IPerson
{
}
Class A:IPerson
{}
Class B:IPerson()
{}
Class C
{
Object[] obj=new Object[]
{
new A(),
new B()
};
}
How to convert this Object array to strongly typed array?
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
how to install the wpi 4.6 in windows 7
encrypting password in Web.config file