1 2 3 4 5
public class LibraryObject : Object { public void func() { stdout.printf("Method in library called."); } }