Difference between abstract class and interface
Answer Posted / venu
Abstract class and interface
Abstract class we can declare variables here,bt interface we
cannot,interface methods are by default is public,bt
abstract nt.
abstract we can declare object bt we cannot declare instants
of the class.bt interface we cannot do both.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Describe the Server Control Events of ASP.NET?
What is the purpose of asp.net?
What does asp stand for in asp.net?
Explain client side state management system.
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
where can i gather the materials for MCP certification
What is scope of an application variable in asp.net?
Can you set the session out time manually?
How can we create a website?
Explain the difference between debug.write and trace.write? When should each be used?
What is the difference between custom web user control and a custom web server control?
What websites use asp.net?
What are the namespace classes used in asp.net mvc? : asp.net mvc
What is asp.net architecture?
Explain how to prepare culture-specific formatting in .net.