C# Class Exercise7_3.Book

Show file Open project: Softwire/Learning-C-sharp

Public Methods

Method Description
Book ( String title, String author, String isbn ) : System
Book ( String title, String author, String isbn, String publisher ) : System
DisplayBook ( ) : void
ToString ( ) : string

Method Details

Book() public method

public Book ( String title, String author, String isbn ) : System
title String
author String
isbn String
return System

Book() public method

public Book ( String title, String author, String isbn, String publisher ) : System
title String
author String
isbn String
publisher String
return System

DisplayBook() public method

public DisplayBook ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string