Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Get->is a read only method

By default all var are non static.

Unity/c sharp.

* when running a java compiler: it starts by creating static var then goes to non-static var( bcz non static can
call for static var)

--

Non static belongs to the object

Static belongs to the class

Static is only applicable for attribiutes and methods.

Inheritance-polymorphism

Review class diagrams. How to read it

You might also like