When should we use abtract class and Interface Class?Give
an Example
Answer Posted / lenin n c
In abstract we need can create Object for that class and
cannot inherit it.
But in case of interface viceversa
| Is This Answer Correct ? | 2 Yes | 17 No |
Post New Answer View All Answers
What are the new features implemented in ASP.NET?
How to automatically get the latest version of all the asp.net solution items from source safe when opening the solution?
What do you mean by caching in asp.net?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?
Explain the asp.net session state modes.
What is OSI layer? Explain different layers.
Which is better session or viewstate?
Tell me how asp.net mvc differs from asp.net web forms? : asp.net mvc
What is session object? Describe in detail.
What are the difference between function and stored procedure in .net programming language?
What are app services?
What are the advantages of Web API?
How can we communicate with each server in N-tier Architecture? and what are the methods?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
Explain difference betn dataset and recordset?