Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
SOLID_Prensipleri
_4_ISP
BadExample
Concrete
Cat
C# Class SOLID_Prensipleri._4_ISP.BadExample.Concrete.Cat
Inheritance:
IAnimal
显示文件
Open project: Hilal-aslanboga/SOLID-Prensipleri
Public Methods
Method
Description
Bark
( ) :
string
Fly
( ) :
string
Run
( ) :
string
Method Details
Bark()
public
method
public
Bark
( ) :
string
return
string
Fly()
public
method
public
Fly
( ) :
string
return
string
Run()
public
method
public
Run
( ) :
string
return
string