Answered step by step
Verified Expert Solution
Question
1 Approved Answer
6. Which of the following statements is completely true? (a) If a class is declared to be abstract, then every method in the class is
6. Which of the following statements is completely true?
(a) If a class is declared to be abstract, then every method in the class is abstract and must be overridden.
(b) If a class is declared to be abstract, then some methods in the class may have their bodies omitted.
(c) If a class is declared to be abstract then all methods in the class must have their bodies omitted.
(d) If a class is declared to be abstract then all the instance variables must be overridden when a concrete class is derived from the abstract base class .
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