Class / Object

KimHyunKi·2020년 9월 8일
0

Preparing for an interview

목록 보기
10/14

Object(객체)

클래스에서 정의한 것을 토대로 메모리(실제 저장공간)에 할당된 것, 클래스의 인스턴스

class

클래스는 객체 지향 프로그래밍에서 특정 객체를 생성하기 위해 변수와 메소드를 정의하는 일종의 틀이다

ex) public class Car{} < Car 라는 Class
Car sportsCar; < sprotsCar 객체

profile
Developer

0개의 댓글