public abstract partial class Person
{
public void Iamhere()
{
Console.WriteLine("I am located");
}
}
public class Demo
{
public static void Main()
{
Person PersonObject = new Person();
}
}
Answer :- No , we cannot create a object a abstract class.
One of the favorite questions asked in .NET interview is generics below is the video

Please click here to see more WCF interview questions
Pingback: DotNetShoutout