Advertisement
KodingKid

C# Polymorphism but I've done it differently this time

May 5th, 2021
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.19 KB | None | 0 0
  1. using System;
  2. namespace PolyMorph1 {
  3.     class Strings {
  4.     string1 = "lol ok"
  5.         Console.WriteLine(string 1)
  6.         }
  7.     int1 = 96024
  8.         Console.WriteLine(int1)
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement