Microsoft Certified Systems Engineer (MCSE) Question:
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.
Previous Question | Next Question |
What is the goal of the shortest distance algorithm? | Describe how the DHCP lease is obtained. |