MCPcopy Create free account
hub / github.com/Rohit91singh9/Coding-DP-DSA / Product

Method Product

EconomyMart.java:7–10  ·  view source on GitHub ↗
(Integer price, String name)

Source from the content-addressed store, hash-verified

5 String name;
6
7 Product(Integer price, String name) {
8 this.price = price;
9 this.name = name;
10 }
11}
12
13public class EconomyMart {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected