Difference between Class And Interface in .NET?
Submitted by: AdministratorClass is logical representation of object. It is collection of data and related sub procedures with definition.
Interface is also a class containing methods which is not having any definitions.
Class does not support multiple inheritance. But interface can support
Submitted by: Administrator
Interface is also a class containing methods which is not having any definitions.
Class does not support multiple inheritance. But interface can support
Submitted by: Administrator
Read Online Dot Net Job Interview Questions And Answers
Top Dot Net Questions
☺ | What’s a Windows process in .NET? |
☺ | What’s a proxy of the server object in .NET Remoting? |
☺ | What security measures exist for .NET Remoting in System.Runtime.Remoting? |
☺ | Explain webFarm Vs webGardens in .NET? |
☺ | Can you configure a .NET Remoting object via XML file? |
Top Dot Net Technologies Categories
☺ | MSF Interview Questions. |
☺ | .Net Architecture Interview Questions. |
☺ | ASP.Net MVC Interview Questions. |
☺ | Entity Framework Interview Questions. |
☺ | C# (Sharp) Programming Language Interview Questions. |