Mastering C# Part 7.3 Object Oriented Programming
Interfaces in C#
An interface in C# is a contract that defines a set of methods, properties, events, or indexers that a class or struct must implement. Unlike classes, interfaces do not provide any implementation for their members; they only declare ...
blog.nishantbanjade.com.np7 min read