Write a program to accept following information about an employee , name, address,designation and create subclass manager from employee class. add some extra attributes. and demonstrate use of overloading,overriding methods and nested class. in java
Answers
Answered by
1
Answer:
When a method in a subclass has the same name, same parameters or signature, and same return type(or sub-type) as a method in its super-class
Explanation:
*PLS MARK ME BRAINLIST*
Similar questions