C# Class AI_Project_3.Major

Show file Open project: ifwong/CS175_group2 Class Usage Examples

Public Methods

Method Description
GetMajor ( int i ) : String
Major ( ) : System
addMajor ( String s ) : void
getMinor ( int i ) : String

Method Details

GetMajor() public method

public GetMajor ( int i ) : String
i int
return String

Major() public method

public Major ( ) : System
return System

addMajor() public method

public addMajor ( String s ) : void
s String
return void

getMinor() public method

public getMinor ( int i ) : String
i int
return String