Skip to content

Instantly share code, notes, and snippets.

View utkarsh-aryan's full-sized avatar
🎯
Focusing

Utkarsh Aryan utkarsh-aryan

🎯
Focusing
View GitHub Profile
@Mahkul
Mahkul / Book.java
Created April 9, 2011 11:56
Book class
package database;
public class Book
{
/* at the very beginning we need to create instance variables **/
public String title;
public String author;