What is an Interface and What is an Abstract Class?
Answer Posted / meraj khan
Abstract class:
Abstract class act as base class, not instantiable, no
implementaiotn in base class but allow implementaiotn in
derived class with overide method, method must be abstract.
specially used in inheritance.
Interface:
Interface class dont have constructor, destructor,
always public modifier set to true
no implementation
cant used multiple inheritance instead of this we use
multiple interface
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are the various session state management options provided by asp.net?
What is difference between View State and Hidden Field in ASP.NET?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
Which platform does Microsoft .NET use for exchanging data between applications?
i have 3+ exp in .net? i am going interview now but they asked me do you know any TOOL? which tool will i study please refer me?
Do you know caching feature?
What is the postback property in asp.net?
What are the main differences between asp and asp.net?
What symbol specifies the beginning of a query string?
Explain the asp.net page life cycle.
What is inproc mode in session?
How does session work?
What is difference between session and cookie?
Define xmlvalidatingreader class.
Can you use c# without .net?