Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
编写一个程序,将以下信息保存在书籍上:
Book title Barcode Author Name Price Edition
来自十个不同作者的书籍需要以这样一种方式堆积,以便用户一次可以访问一本书的信息。
注意:对堆栈使用数组实现。您的程序应验证以下内容:
我创建了类 Book 来保存书籍信息(条形码,.....)我创建了 10 个类 book 对象并将每个对象保存在数组中。
那么呢?*>