Answered step by step
Verified Expert Solution
Question
1 Approved Answer
What are the six rules/guidelines for SIMPLE inheritance? A subclass is forced, by the compiler, to add new methods. Data fields in the super class
What are the six rules/guidelines for SIMPLE inheritance? A subclass is forced, by the compiler, to add new methods. Data fields in the super class are inherited by the subclass. Constructors are always inherited Constructors are never inherited A subclass can never override super class methods. A subclass may introduce new data fields. A subclass must introduce new data fields. Methods in the super class are inherited by the subclass. A subclass may override super class methods. A subclass may introduce new methods
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started