We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49f0ad commit 935c621Copy full SHA for 935c621
src/Customer.java
@@ -5,8 +5,8 @@
5
6
public class Customer
7
{
8
- private String cus_id;
9
- private String CNIC;
+ public String cus_id;
+ public String CNIC;
10
private String Name;
11
private String Phone_no;
12
private String Address;
0 commit comments