C# Class Shapes.Shape

ファイルを表示 Open project: nzhul/TelerikAcademy Class Usage Examples

Public Methods

Method Description
CalculateSurface ( ) : double

Protected Methods

Method Description
Shape ( double width, double height ) : System

Method Details

CalculateSurface() public abstract method

public abstract CalculateSurface ( ) : double
return double

Shape() protected method

protected Shape ( double width, double height ) : System
width double
height double
return System