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
Piyush Dixit
1.2k
485
46.9k
C# Interview Question
Jan 2 2016 6:07 AM
1.When should you use Abstract class over interface and interface over abstract class?
2.What is different between ArrayList and List?
3.What is reflection in c#?
4.What is different between Debug and Release mode in Visual studio?
5. What would be output? Is this program run or generate compile time error?If run then why? if nor then why?
Note : Here i am using private access modifier with main() function.
private static void Main()
{
Console.WriteLine("Hello C#!!");
}
Reply
Answers (
2
)
windows form
What method should use to control object overflow in GC ?