Advertisement
poxeru12

Untitled

Apr 8th, 2016
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.13 KB | None | 0 0
  1. class A
  2.     {
  3.        public int Method_A1()
  4.     }
  5.  
  6. class B : A
  7.     {
  8.        public int Method_B1()
  9.     }
  10.  
  11. A obj = new B()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement