SORU - 14 / 15
-
S
Aşağıdaki kod parçasındaki boşluğa ne gelir?
using System; namespace Test { class MyClass{ public ____ int myMetod() { return 200;} static void Main(string[] args){ Console.Write(MyClass.myMetod()); Console.ReadLine(); }}}
-
A
interface
-
B
static
-
C
abstract
-
D
private
-
DOĞRU CEVAP
static
- ÖNCEKİ SORU SONRAKİ SORU