Which of the following statements about abstract superclasses is true?
a. abstract superclasses may contain data.
b. abstract superclasses may not contain implementations of methods.
c. abstract superclasses must declare all methods as abstract.
d. abstract superclasses must declare all data members not given values as abstract.
a. abstract superclasses may contain data.
Computer Science & Information Technology
You might also like to view...
What is another common term that is used to describe what the MEF calls E-LAN services?
A) VPWS B) VPLS C) MPLS D) Private Wire
Computer Science & Information Technology
What is the term for the aspect of a problem that is reduced to a smaller version of the original problem?
a. base case b. ending case c. final case d. recursive case e. None of these
Computer Science & Information Technology