What is the differances between a abstract calss and
interface
Answer Posted / gyan
abstract class may contain concreate methods with abstract
methods where as interface containls only abstract methods
by default all methods in interface are public
where as abstract class can contain all modifiers except
private
abstract class involves in inheriting chain . where as
interfaces there is no need to follow inherit chain
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When maintaining session through sql server, what is the impact of read and write operation on session objects?
How do you handle server controls?
What is different in .net 1.1 and .net 2.0?
Explain how to prepare culture-specific formatting in .net.
What are web beacons used for?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
Is a dll file an executable?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Define web.config in .net?
Explain an object, class and method.
Why is asp.net so popular?
Any disadvantages in Dataset and in reflection ?
What are the advantages of using session?
What are the data controls available in asp.net?
What is xaml? Are xaml file compiled or built on runtime?