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
SIVA
NA
742
707.4k
Interface in .Net
Mar 25 2014 12:07 PM
Team,
As I know that we can't create instance for Interface in .Net
But, I m bit confuse with some scenario's like,
Interface IA
{
add();
}
Class A : IA
{
add()
{
}
}
Now,I can use
IA obj = new A()
Can you please explain briefly & give some reference links to understand with core.
Thanks
Reply
Answers (
4
)
Focusing into a control by navigation from other form in c#
row update button coding in grid view for asp.net c#