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 .net core framework?
Why is XmlSerializer so slow
Why to use html.partial in mvc?
what is entity framework?
What is the difference between renderaction and renderpartial?
How do you sort a dataset?
My organization went through the approval process of supporting the .net framework 2.0 in production. Do we need to go through the same process all over again for the .net framework 3.0? Do I need to do any application compatibility testing for my .net framework 2.0 applications?
Explain how to use multiple submit buttons in ASP.Net MVC?
what happened when type url in address bar and press enter?
How many .NET languages can a single .NET DLL contain
what is datacontrols?
What is edm (entity data model)? : Entity framework