public void booksinformation(){
Console.WriteLine("the Writer name is : {0}",Wname);
public static void Main()
C1.Tbook = "The Subtle Art of Not Giving A F*uk";
C1.Wname = "Mark Manson";
C2.Tbook = "Double Down";
C2.Wname = "Jeff Kinney";
C3.Tbook = "Alice's Adventures in Wonderland";
C3.Wname = "Lewis Carrol";