Posts by Chachift • 1 point
1 post
-
-3
votes5
answers13505
viewsA: Difference between Object and Instance
Example: Person person = new Person(); new person(); Instance (is allocating space in memory). person object;
1 post
-3
votes5
answers13505
viewsExample: Person person = new Person(); new person(); Instance (is allocating space in memory). person object;