1 - Classes and Objects in C# --1

1 - Classes and Objects in C# --1

memorize.aimemorize.ai (lvl 286)
Section 1

Preview this deck

drive stop

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (7)

Section 1

(7 cards)

drive stop

Front

What are the methods (behaviours)?

Back

Color: green Size: small Speed: fast

Front

What are the attributes characteristics?

Back

class

Front

blueprint description of what an object looks like what kind of data the object can hold what behaviour the object can do it is not the actual object

Back

Class

Front

blueprint, mold of an object For a computer to be able to create an object, we must provide a blueprint, a class File with source code

Back

Methods

Front

describe the behaviour of a class

Back

Attributes or Properties

Front

describe the data state of the class

Back

Characteristics Attributes Behaviours

Front

what does Objects have

Back