Junior OOP

What is abstraction?

  • Hiding implementation details and showing only the essential features of an

object.

  • Achieved using abstract classes and interfaces.

abstract class Vehicle

public abstract void Start();

More from C# Programming Tutorial

All questions for this course