When do you absolutely have to declare a class as abstract
Answer Posted / 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 |
Post New Answer View All Answers
why DotNetFramework is included in building a software
What is .net framework in simple terms?
Briefly describe the roles of clr in .net framework?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
what is scalar property?
what is linq to entities?
How to Create an Intranet Site Using ASP.NET MVC?
What is the .net framework?
What is the purpose of a web form?
What is edm designer? : Entity framework
What is the difference between renderaction and renderpartial?
What are the difference between asynchronous controller implementation between asp.net mvc 3 & asp.net mvc 4?
List the new features added in .net framework 4.0.
What is Attribute Routing in ASP.Net MVC?
What is meant by bootstrap in mvc5?