Microsoft Certified Systems Engineer (MCSE) Question:

What is the difference between an abstract class and an interface?

Tweet Share WhatsApp

Answer:

An abstract class may have fields and some implemented methods. An interface has no implementation, only constants and method declarations.

Download MCSE PDF Read All 333 MCSE Questions
Previous QuestionNext Question
What is the goal of the shortest distance algorithm?Describe how the DHCP lease is obtained.