MCPcopy Create free account
hub / github.com/PrajaktaSathe/Java / bookShop

Method bookShop

Programs/bookShop.java:17–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16 // constructor for initializing genres to 0 -
17 bookShop() {
18 engg = 0;
19 nonfiction = 0;
20 fiction = 0;
21 childrens = 0;
22 }
23
24 // function to add books to stock -
25 public void addToStock() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected