Architecture
Refactoring
Agile
Delivery
Microservices
Data
Testing
DSL
About
Books
FAQ
Videos
Content Index
Board Games
Photography
Insights
Careers
Products
Twitter
RSS
Mastodon
How do I access the web edition?
class Employee { get quota {...} } class Engineer extends Employee {...} class Salesman extends Employee {...}
image/svg+xml
class Employee {...} class Engineer extends Employee {...} class Salesman extends Employee { get quota {...} }
inverse of Pull Up Method