object oriented programming Flashcards

1
Q
//how to declare a class?
//in a class functions are called Methods.
class Student (capital letter!) {
constructor() {         
} changeName() {
} }
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly