object oriented programming Flashcards
(1 cards)
1
Q
//how to declare a class? //in a class functions are called Methods. class Student (capital letter!) { constructor() {
} changeName() { } }
A
//how to declare a class? //in a class functions are called Methods. class Student (capital letter!) { constructor() {
} changeName() { } }