Object Oriented Programming
- How do you create a constructor in Dart?
- How do you define a class in Dart?
- How does inheritance work in Dart?
- What are getters and setters in Dart?
- What is an abstract class in Dart?
- What is an interface in Dart? How do you implement it?
- What is the difference between a named constructor and a default constructor in Dart?
- What is the difference between an instance variable and a static variable in Dart?
- What is the purpose of the super keyword in Dart?
- What is the purpose of the this keyword in Dart?
