Answer Posted / kalpana
Abstract classes cannot be used to instantiate objects;
because abstract classes are incomplete, it may contain only
definition of the properties or methods and derived classes
that inherit this implements it's properties or methods.
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
In razor syntax, what is the escape sequence character for @ symbol?
Does Tempdata hold the data for other request in ASP.Net MVC?
Please explain me what the project manager will ask in the interview.The interview is for senior position in .Net (5 years experience )
What is viewbag title?
How do you handle variable number of segments in a route definition?
What is Differnce between html.action and ajax.action?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What are the levels at which filters can be applied in an asp.net mvc application?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
What is latest version of .net framework?
What is entityset? : Entity framework
Can I uninstall microsoft .net framework?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
What are the 2 popular asp.net mvc view engines?