Answer the following statements true (T) or false (F)
1) A child class is allowed to declare a variable with the same name as one that is contained in the parent class.
2) An abstract class must contain abstract methods.
3) It makes sense to declare most abstract classes as final.
4) It is possible to derive a class from an abstract class without overriding all of the parents abstract methods.
5) Inheritance should not be considered in the software design process.
1) T
2) F
3) F
4) T
5) F
Computer Science & Information Technology