OOP Terminology

 

- Class

- Object

Field (instance variable)

- Method (member function)

- Constructor

- Finalizer (Destructor)

- Overloading

- Overriding : Final (cf. virtual)

- Inheritance

- super (base) class

- Class Method / Clas variable : static

- Abstract

- Inheritance

'컴퓨터공학 > OOP' 카테고리의 다른 글

객체지향 설계 기본 원칙  (0) 2013.01.24
OOP 4 Steps  (0) 2013.01.07
객체지향 언어가 제공해야 할 3가지 요소..  (0) 2012.05.04

+ Recent posts