Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Java (https://www.askmehelpdesk.com/forumdisplay.php?f=440)
-   -   Need help creating a class and extending it and testing it in java. (https://www.askmehelpdesk.com/showthread.php?t=808283)

  • Feb 15, 2015, 06:19 AM
    zynklayr
    Need help creating a class and extending it and testing it in java.
    Create a class which describes employee. Employee is identified by his name, social security number, e-mail and birthday. This class should have method that prints out data about employee. Variables that belong to its class are initialized with constructor that has four parameters. Create method main() and test this class by creating two objects. Extend this class with a new one that describes administrator. This class should have additional variable intended show position. Test this class..

  • All times are GMT -7. The time now is 09:09 PM.