Can we instantiate abstract class in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

How do I create a .exe file?

0 Answers  


How does a while loop work?

0 Answers  


What?s an abstract class?

5 Answers   Siebel,


Is double a decimal?

0 Answers  


Where CANNOT Destructors be implemented ?

3 Answers  






What is inheritance in csharp?

0 Answers  


What is default c#?

0 Answers  


How assembly versioning in .NET prevent DLL Hell problem?

0 Answers   DELL,


What is difference between out and ref in c#?

0 Answers  


Method1() { int a=0, b=0, c=0; Monitor.Enter(this) c = 12; b = 3; a = c/b Moniter.Exit(this) } Method1() { int a=0, b=0, c=0; c = 12; b = 3; lock(this){ a = c/b } } Choose correct answer. a. Upon completion, Method1 and Method2 release the lock b. Upon Comletion, Method1 release the lcok and Method2 not. c. Upon Completion, Method2 release the lock and Method1 not. d. Upon Completion, neither Method1 or Method to release the lock.

1 Answers  


What is a float?

0 Answers  


1)what is timestamp in C# (anilringole@gmail.com)

2 Answers   Wipro,


Categories