// TODO 3: Write a parameterized constructor that accepts width and height // TODO 4: Write a getArea() method that returns width * height // TODO 5: Write a getPerimeter() method that returns 2 * ...
This repository contains the Java source code for the Teacher Assesment Exam 3 (Technical Profile Assesment). Each program demonstrates core OOPS concepts such as Classes, Objects, Inheritance, ...