Difference between class and interface in .net?
Answer / Saran Kumar Kashyap
A class represents a blueprint for creating objects, defining their properties, methods, and behaviors. An interface is a collection of abstract methods and properties that a class must implement to comply with the interface contract. In .NET, classes can inherit from multiple base classes but can only implement one interface at a time.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is view state?
Write an StoredProcedure to get the values of a column within a date range.
What is the benefit of .net core?
Describe the Managed Execution Process?
What is a manifest in .net?
Explain what are possible implementations of distributed applications in .net?
What is Active Directory? What is the namespace used to access the Microsoft Active Directories?
What is a strategy pattern? Implement it.
What is an exe and a dll?
Explain the difference between constants and read-only variables?
What is .net3.5?
What is the difference between override and overload in a method?