When do you absolutely have to declare a class as abstract
Answer / kirti
1. When at least one of the methods in the class is abstract.
2. When the class itself is inherited from an abstract class, but not all base abstract methods have been overridden.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is global assembly cache
What is action methods in web api?
What is the use .glimpse in mvc?
What is orm entity framework?
What is clr? How does work clr & wht is work of clr?
What is .net framework in simple terms?
If background completes its processing will it wait for foreground threads?
what is minimum requirement for entity framework applications to run?
What is difference between viewbag and viewdata and tempdata?
Why are there five tracing levels in System.Diagnostics.TraceSwitcher?
Can I add mvc testcases in visual studio express?
What is attribute routing in mvc?