Author - shohal

C#

What is Interface?

Interface An interface looks like a class, but has no implementation. The only thing it contains...

C#

What is Inheritance!

Inheritance Taking the properties of one class into another class is called inheritance. Types of...