package com.example.interfaces;

public class TestInterface {

	public static void main(String[] args) {
		Bird b = new Bird("pink");
		
	}

}
