Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: Raspberry on May 16, 2016



Title: Abstract class Student { attribute string name short age() } class Grad_Stud extends Student attribu
Post by: Raspberry on May 16, 2016
abstract class Student {
attribute string name short age()
}
class Grad_Stud extends Student
attribute string degree
}
Which of the following is true of this definition?
A) Grad_Stud inherits the age() method.
B) Name is an attribute of Grad_Stud.
C) Degree is an attribute of Student.
D) All of the above.


Title: Re: Abstract class Student { attribute string name short age() } class Grad_Stud extends Student att
Post by: dorkalot on May 22, 2016
Content hidden


Title: Re: Abstract class Student { attribute string name short age() } class Grad_Stud extends Student attribu
Post by: Raspberry on May 30, 2016
I'm surprised you actually got this one right lol

Thought no one would know what the answer is


Title: Re: Abstract class Student { attribute string name short age() } class Grad_Stud extends Student attribu
Post by: dorkalot on May 31, 2016
:nerd: