정보의 공유 사회

Kotlin

[android : kotlin] 코틀린 클래스와 생성자(Constructor) 및 용어 정리 : 프로퍼티(Property), 인스턴스(Instance), override, open class , open fun

코틀린 용어 정리 클래스(Class) : 분류, 범주프로퍼티(Property) : 속성(Attribute), 변수(Variable), 필드(Field), 데이터(Data) 메서드(Method) : 함수(Function), 동작(Operation), 행동(Beahavior) 객체(Object) :물리적인 메모리 영역에서 실행되고 있는 클래스의 실체를...
error: Content is protected !!