排序
Day14 Inheritance:
Day14 Inheritance:,INHERITANCE: * Inheritance is implemented using the extends keyworrds. * Inheritance in java is a mechanism where one class child or subclass acquires the proper...
Day 11 Today class:
Day 11 Today class:,class Supermarket { int price, discount; //global variables - non-static String product_name; //global variables - non-static public Supermarket(String product_...
Day 10 Task:
Day 10 Task:, Create a class 'Employee' Have main method in it. Inside main method, create an object. Using this object, call method called 'develop'. using this object, call metho...