First .Net Project, creates Animal database
using System;
using System.Text;
// Inteface
void PrintAnimalDetails();
// Write text to file and append further text below previous texts
System.IO.File.AppendAllText(path, _text, Encoding.UTF8);
- Interface
- Inherentance
- Abstract class
- Override