Whiteship
  • Home
  • 인프런 강의
  • Java
  • Spring
  • JPA
  • SDE Tips
Subscribe

java tutorial

A collection of 1 post
Inteface

Interface

Java Tutorial에 있는 interface부분 [http://java.sun.com/docs/books/tutorial/java/IandI/createinterface.html]을 읽으며 정리했던 내용입니다. 원래 엠파스 블러그에 정리해 두었었는데 이번 기회에 이것도 이리 옮겨오네요 🙂 Interface는 다른 class들로 부터 구현될 행동들의 규약을 정의한 것이다.Interface는 구현되어 있진 않은 메소드 정의들의 집합이다.abstract class와의 차이점1. abstract class는
Oct 16, 2006 — 2 min read
Whiteship © 2022
Powered by Ghost