CACS204 Object Oriented Programming in Java

Object Oriented Programming in JavaTU Board 2025

Create a class Person (with attributes name and age, and a method display()). Derive a class Employee from Person with additional attributes employeeId and salary. Use constructors and override the…

10

Create a class Person (with attributes name and age, and a method display()). Derive a class Employee from Person with additional attributes employeeId and salary. Use constructors and override the display() method to include all details.

A worked answer is on its wayMeanwhile, read the Object Oriented Programming in Java notes for this topic.

Discussion

Loading…

More Object Oriented Programming in Java questions

All Object Oriented Programming in Java old questions