Microsoft Certified Systems Engineer (MCSE) Question:
Download Questions PDF

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

Answer:

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

Download MCSE Interview Questions And Answers PDF

Previous QuestionNext Question
What is the goal of the shortest distance algorithm?Describe how the DHCP lease is obtained.