Biology Forums - Study Force

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



Title: Class Department { attribute short dept_number; attribute string dept_name; attribute string office_
Post by: Raspberry on May 16, 2016
class Department {
attribute short dept_number;
attribute string dept_name;
attribute string office_address;

class Course {
attribute Department dept
}
In the preceding definition, the value of the attribute dept is:
A) the identifier for a Department object.
B) the literal word "attribute."
C) the literal word "dept."
D) the literal word "Department."


Title: Re: Class Department { attribute short dept_number; attribute string dept_name; attribute string off
Post by: dorkalot on May 22, 2016
Content hidden


Title: Re: Class Department { attribute short dept_number; attribute string dept_name; attribute string office_
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: Class Department { attribute short dept_number; attribute string dept_name; attribute string office_
Post by: dorkalot on May 31, 2016
Wonder, thx for the feedback