Loading
Current section: 1. Classes 4 exercises
Problem

Private Fields And Defaults

Loading exercise

Transcript

00:00 Okay. In this exercise, we're gonna talk about private fields and we're also gonna do some more with the default stuff. So you're gonna, create a user class and a bank account and you don't want the bank account, information to be public or anything. So, you're going to, take that and make it a private, property. It's got a special syntax for that.

00:19 So jump into this one, and we'll see you when you're done.