- What's the difference between class and object?
- What can be put in class definition?
- Describe all access modifiers.
- What characterize static class?
- What's the difference between class field and static class field?
- What is a method signature?
- What is an interface and how do you implement interface?
- What is a default constructor?
- How to call constructor from another constructor? How to call base class constructor?
- How do you define constants?