Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.11 KB | None | 0 0
  1. abstract class Picture
  2.     {
  3.     }
  4.     class Reproduction : Picture
  5.     {
  6.  
  7.     }
  8.     class Pattern : Reproduction
  9.     { }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement