package com.packt.chapter4; public class Matrix { public Matrix plus(Matrix other) { return null; } }