Answered step by step
Verified Expert Solution
Question
1 Approved Answer
How does this assignment diagram and pseudocode look? Feedback and suggestions please, Thanks. Forum Unit 07 Discussion Here is the problem In the Exercises in
How does this assignment diagram and pseudocode look? Feedback and suggestions please, Thanks.
Forum Unit 07 Discussion Here is the problem In the Exercises in Chapter 7, you designed a class named Book that holds a stock number, author, title price, and number of pages for a book. Design a class named TextBook that is a child class of Book Include a new data field for the grade level of the book and get and set methods for the new field. Provide the pseudocode for the TextBook class 8 Class Diagram: AbstractClass Book -stockNumber num author: string title:string price: num pages:num +setstockNumbers num): void +setAuthor(a string): void setTitet: string): void +setPrice(ps: num): void +setPages p num): void +getstockNumber):num getAuthor():string +getTitle): string getPrice0: num getPages(): num TextBook evel: num setGradeLevel(gradelevel: num) void displaylnfo): voidStep 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