Skip to content

Instantly share code, notes, and snippets.

View SagarKisanAvhad's full-sized avatar

Sagar Avhad SagarKisanAvhad

View GitHub Profile
anonymous
anonymous / Runtime Polymorphism.cs
Created September 6, 2017 19:41
Runtime Polymorphism created by SagarAvhad - https://repl.it/Kl8r/0
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace ConsoleApplication3
{
class Program
{
static void Main(string[] args)