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
Do you know about the new features in ASP.Net MVC 4 ?
Why to use html.partial in mvc?
What are the sub types of ActionResult?
Which filter executes first in an asp.net mvc application?
What are child actions in ASP.Net MVC?
Where are the routing rules defined in an asp.net mvc application?
What is representational state transfer (rest) mean?
What are Scaffold templates in ASP.Net MVC?
Explain RenderBody and RenderPage in ASP.Net MVC?
How does the .net framework 3.0 relate to windows vista?
How can we determine action invoked from HTTP GET or HTTP POST?
Explain what platforms does the .net framework run on?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
What is attribute routing in mvc?
In which assembly is the mvc framework defined?