Shortcut Navigation:

C Sharp Quiz (Method, Variable, Called)

An instance variable

Private button print = new button()

An instance method

A Constructor

class test: Form{}

A variable declared inside a method is called a …………..variable

Defining two methods with the same name but with different parameters is called

Find errors in the followingbank account constructor:public int bankaccount(){ balance = 0 }

In the body of amethod

string mystring;creates a(n)

Tagged as: method