Example #1
0
        static void Main(string[] args)
        {           //NEW METHOD USED FLAVOR & LOVING
            Pineapple PA = new Pineapple("Mrs. Pineknickle", "papple", "yellow", "happy");

            PA.flavor("Mrs. Pineapple smells sweet");
            PA.loving("Mrs. Pineapple hair is shaped like a flower");
        }