Answer Posted / subhransu
abstract class perform as base type. it works at the root
label of class diagram.all abstract method should be define
inside the abstract class.Abstract class can not be
instanciate if we want to access the data member of the
abstract class then it should be done through it's derived
class.This concept leads to data hidng and datahing leads
to data security.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is use of entity container?
Mention what is the difference between “ActionResult” and “ViewResult” ?
what is entity sql?
Can we have enum in entity framework?
What are HTML Helpers, AJAX Helpers in ASP.Net MVC?
how can you tell ef to have a different table or column name than that defined for the class?
what is scalar property?
What are the advantages of mvc over asp.net?
Can I set the unlimited length for "maxjsonlength" property in config?
what is deferred loading(lazy loading)?
What are the sub types of ActionResult?
How does servicing work for the .net framework 3.0?
How to use Jquery Plugins in ASP.Net MVC validation?
Can any particular component of .net framework 3.0 be removed?
Explain test driven development (tdd) ?