Skip to content

rijan-chapagain/AnimalDb

Repository files navigation

AnimalDb

First .Net Project, creates Animal database

Usage

 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);

Contents

  • Interface
  • Inherentance
  • Abstract class
  • Override