Press "Enter" to skip to content

Posts published in “.net”

.net interview Questions – Part -1

 Can the interface inherit the interface? Can an abstract class implement an interface? Can an abstract class inherit an entity class? A: Interfaces can inherit interfaces. Abstract classes can implement interfaces. Abstract classes can inherit entity classes,…